Skip to content Skip to sidebar Skip to footer
Showing posts with the label Persistence

App Engine Local Datastore Content Does Not Persist

I'm running some basic test code, with web.py and GAE (Windows 7, Python27). The form enables … Read more App Engine Local Datastore Content Does Not Persist

Shelve Is Too Slow For Large Dictionaries, What Can I Do To Improve Performance?

I am storing a table using python and I need persistence. Essentially I am storing the table as a d… Read more Shelve Is Too Slow For Large Dictionaries, What Can I Do To Improve Performance?

Is There Any Hash Function Which Have Following Properties

I want a hash function which is fast, collision resistant and can give unique output. The primary r… Read more Is There Any Hash Function Which Have Following Properties

How To Create A Persistant Class Using Pickle In Python

New to python... I have the following class Key, that extends dict: class Key( dict ): def __i… Read more How To Create A Persistant Class Using Pickle In Python

Persistent Memoization In Python

I have an expensive function that takes and returns a small amount of data (a few integers and floa… Read more Persistent Memoization In Python