forked from TrueCloudLab/restic
b217f38ee7
The indexEntry objects are now allocated in a separate array. References to an indexEntry are now stored as array indices. This has the benefit of allowing the garbage collector to ignore the indexEntry objects as these do not contain pointers and are part of a single large allocation. |
||
---|---|---|
.. | ||
index.go | ||
index_parallel.go | ||
index_parallel_test.go | ||
index_test.go | ||
indexmap.go | ||
indexmap_test.go | ||
master_index.go | ||
master_index_test.go | ||
testing.go |