summaryrefslogtreecommitdiff
path: root/codec-speed
AgeCommit message (Collapse)AuthorFilesLines
2011-06-28Use new cliapp settings API.Lars Wirzenius1-10/+9
2011-04-23Make codec-speed optionally add stuff to a CSV file.Lars Wirzenius1-12/+60
2011-04-23Refactor to use cliapp.Lars Wirzenius1-61/+78
This makes it easier to have options.
2011-03-07Change names from btree to larch.Lars Wirzenius1-4/+4
2011-02-09Rewrite speed-test to report speeds in MiB/s.Lars Wirzenius1-52/+78
This gives a more interesting notification of the speed.
2010-12-30Change NodeCodex.leaf_size and index_size to take separate keys and values ↵Lars Wirzenius1-1/+1
lists as arguments.
2010-12-30Change Nodes to get keys and values as separate lists.Lars Wirzenius1-4/+14
2010-05-24Use a realistic number of pairs.Lars Wirzenius1-5/+10
One pair is too rare a case to worry about. Also, report what is being measured.
2010-05-14Time leaf_size as well.Lars Wirzenius1-0/+6
2010-05-08Add copyright and license information to every file.Lars Wirzenius1-0/+15
2010-05-01Add benchmark for index nodes.Lars Wirzenius1-0/+15
Add comment explaining motivation for slightly obfuscated encoding/decoding implementation.
2010-05-01Replace encoding and decoding of leaves with faster code.Lars Wirzenius1-3/+2
2010-05-01Add a little script to measure node encoding and decoding speeds.Lars Wirzenius1-0/+18