flumeview-skiplist

1.0.1 • Public • Published

flumeview-skiplist

A flumeview based on my new skiplist-buffer

another step in the continuing quest to write a fast embedded database in javascript

This is a strictly in-memory index. You wouldn't actually use this on it's own, (because you'd want to persist the indexes, rather than rebuild them each time) But I wrote this because I wanted to compare performance of my skiplist with level.

Level also contains a skiplist, which is why I chose this algorithm.

flumeview-skiplist vs level

the skiplist is better, or nearly as good as level!

License

MIT

/flumeview-skiplist/

    Package Sidebar

    Install

    npm i flumeview-skiplist

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    17.8 kB

    Total Files

    7

    Last publish

    Collaborators

    • dominictarr