Ongoing improvements - in particular CDB now supports general erlang terms not just lists
This commit is contained in:
parent
647a7f44dc
commit
c5f50c613d
4 changed files with 412 additions and 159 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue