summaryrefslogtreecommitdiff
path: root/llvm/lib/CAS/DatabaseFile.h
AgeCommit message (Collapse)Author
2025-09-29[CAS] Add OnDiskTrieRawHashMap (#114100)Steven Wu
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.