Ongoing improvements - in particular CDB now supports general erlang terms not just lists

This commit is contained in:
Martin Sumner 2015-06-04 21:15:31 +01:00
parent 647a7f44dc
commit c5f50c613d
4 changed files with 412 additions and 159 deletions

View file

@ -1,7 +1,11 @@
-module(lookup_test).
-export([go_dict/1, go_ets/1, go_gbtree/1,
go_arrayofdict/1, go_arrayofgbtree/1, go_arrayofdict_withcache/1]).
-export([go_dict/1,
go_ets/1,
go_gbtree/1,
go_arrayofdict/1,
go_arrayofgbtree/1,
go_arrayofdict_withcache/1]).
-define(CACHE_SIZE, 512).