--
You received this message because you are subscribed to the Google Groups "mechanical-sympathy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mechanical-symp...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
You could have a look into Rocksdb https://github.com/facebook/rocksdb
It does provide neither a CNM nor a CSLM like implementation directly but stores data on-disk in sorted order and has support for using skip-lists internally. So it might be close to what you want.
Btw. Rocksdb is also used by Apache Samza.
Cheers,
Thomas
I know of openhft. I think from the javadoc it isn't a navigable map but that isn't to say it wouldn't be useful.
I'll have a look at rocksdb. Though ideally I'm looking for a drop in that implements the JDK interface.
For now I'm not sure it is something I will definitely need but I would like to at least know what the options might be.
Thanks.
You received this message because you are subscribed to a topic in the Google Groups "mechanical-sympathy" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mechanical-sympathy/AcgeYDEYDVg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mechanical-symp...@googlegroups.com.