I would like to create me a fast storage for cells with native code.
btree or whatever.
But adding/modifying and obtaining must be very fast.
Also a large capacity would be nice.
A memory mapped file comes to mind where indexes are stored in memory pointing to the mmf?
btree or whatever.
But adding/modifying and obtaining must be very fast.
Also a large capacity would be nice.
A memory mapped file comes to mind where indexes are stored in memory pointing to the mmf?
Comment