comemo icon indicating copy to clipboard operation
comemo copied to clipboard

Incremental computation through constrained memoization.

Results 2 comemo issues
Sort by recently updated
recently updated
newest added

Howdy, this is a very minimal implementation of which the design must be discussed: # How it works: It registers serialization and de-serialization functions at declaration time and provides the...

Since this u128 is already a good hash (from siphash13), use one part of it (lower u64 word) as the hash for the hashmap. This is a draft, since it...