Tagged Questions

1
vote
1answer
46 views

Has anybody used the WB B-tree library?

I stumbled across the WB on-disk B-tree library: http://people.csail.mit.edu/jaffer/WB It seems like it could be useful for my purposes (swapping data to disk during very large s …
2
votes
11answers
1k views

Disk backed dictionary/cache for c#

I'm looking for a drop in solution for caching large-ish amounts of data. related questions but for different languages: Python Disk-Based Dictionary Disk-backed STL container c …
12
votes
9answers
802 views

Python Disk-Based Dictionary

Hello, I was running some dynamic programming code (trying to brute-force disprove the Collatz conjecture =P) and I was using a dict to store the lengths of the chains I had alrea …