IODB is embedded storage engine designed for blockchain applications. It is inspired by RocksDB. It provides ordered key-value store, it is similar to SortedMap<byte[], byte[]>. Its main advantage are ...
A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records. This is an extension of Immutable.js that provides sorted collections SortedMap and ...