My original article has appeared here first: https://sysgears.com/articles/lightweight-fast-persistent-queue-in-java-using-berkley-db/ I have uploaded the code for my ...
RocksDB is an embedded KV database designed with write-ahead-log and log-structured-merge-tree. This project is a java version implementing persistent queue on RocksDB. It's very suitable for: ...