hanoidb/test
Jesper Louis Andersen 793f8e3a3a Optimize open dict check.
A dict is open and with keys if its size is greater than 0. Go through
the dicts one by one with lists:any/2 and use that to optimize the
check. Ought to run faster than traversing the full set.
2012-01-08 00:01:18 +01:00
..
lsm_btree_drv.erl Implement failing lookups in the driver. 2012-01-07 22:57:01 +01:00
lsm_btree_merger_tests.erl Rename modules fractal_btree -> lsm_btree 2012-01-07 17:17:48 +01:00
lsm_btree_tests.erl Optimize open dict check. 2012-01-08 00:01:18 +01:00
lsm_btree_writer_tests.erl Rename modules fractal_btree -> lsm_btree 2012-01-07 17:17:48 +01:00