experimental persistent map data structure
Go to file
magical 23db2eeb0a start of a pvec implementation
just the tree part and some functions to convert to/from slice, no tail
yet and no operations on the pvec. just wanted to see what it looked
like.
2022-01-26 19:25:09 +00:00
inplace.go implement inplace insertion 2022-01-23 05:33:59 +00:00
inplace_test.go implement inplace insertion 2022-01-23 05:33:59 +00:00
pmap.go fix shift type 2022-01-23 05:46:04 +00:00
pmap_test.go use Value type in hmap benchmarks 2022-01-23 05:39:34 +00:00
pvec.go start of a pvec implementation 2022-01-26 19:25:09 +00:00
pvec_test.go start of a pvec implementation 2022-01-26 19:25:09 +00:00