llvm-project
2936a2c8 - [CAS] Add OnDiskTrieRawHashMap (#114100)

Commit
19 hours ago
[CAS] Add OnDiskTrieRawHashMap (#114100) Add OnDiskTrieRawHashMap. This is a on-disk persistent hash map that uses a Trie data structure that is similar to TrieRawHashMap. OnDiskTrieRawHashMap is thread safe and process safe. It is mostly lock free, except it internally coordinates cross process creation and closing using file lock.
Parents
Loading