summaryrefslogtreecommitdiff
path: root/src/index.erl
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for external-merge.Magnus Ahltorp2014-10-291-26/+38
| | | | | | | | | | | | | db:get_by_leaf_hash(): Return notfound instead of crashing when no entry could be found. db:get_by_entry_hash(): Don't fetch index, isn't used and might not exist. index:add(): Allow writes at exiting indicies. Conflicts: src/index.erl
* Optimize db:get_by_indices by not fetching entry and implementing index:getrangeoptimize-startupMagnus Ahltorp2014-10-251-17/+24
| | | | | | Conflicts: src/index.erl src/plop.erl
* Add copyright and licensing information.Linus Nordberg2014-10-151-4/+2
| | | | After offline discussions with Magnus Ahltorp.
* Add implementation of droplast/1.Linus Nordberg2014-10-081-1/+6
| | | | lists:droplast/1 is new as of R17.
* index: Added fsyncfsync3Magnus Ahltorp2014-09-261-2/+8
|
* Added implementation of index fileMagnus Ahltorp2014-09-261-0/+81