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

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

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