Dominic Tarr committed pass test-flumelogLatest: ffd00da on 11/7/2016, 10:09:47 PM | |
📄 | LICENSE |
📄 | README.md |
📄 | index.js |
📄 | package.json |
📁 | test |
README.md
flumelog-offset
An flumelog where the offset into the file is the key. Each value is appended to the log with a double ended framing, and the "sequence" is the position in the physical file where the value starts, this means if you can do a read in O(1) time!
Also, this is built on top of aligned-block-file
so that caching works very well.
License
MIT
Built with git-ssb-web