I need a pure .Net persistent hashtable/binarytree, functionally similar to berkeley-db Java edition.
Functionally it should opperate in a similar maner to a DHT such memcached and velocity etc but it doesn't have to be distributed. In essence I am looking for a persistent hashtable.
Does anyone have any ideas or suggestions?
A similar question is also here: Looking for a simple standalone persistent dictionary implementation in C#
Paul