mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 02:48:55 +00:00
fed33295c3
This data structure reduces the wasted memory to O(sqrt(n)). The top-layer of the hashed array tree (HAT) also has a size of O(sqrt(n)), which makes it cache efficient. The top-layer should be small enough to easily fit into the CPU cache and thus only adds little overhead compared to directly accessing an index entry via a pointer. |
||
---|---|---|
.. | ||
index_parallel_test.go | ||
index_parallel.go | ||
index_test.go | ||
index.go | ||
indexmap_test.go | ||
indexmap.go | ||
master_index_test.go | ||
master_index.go | ||
testing.go |