[llvm-branch-commits] [RadixTree] Add RadixTree. (PR #164524)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Oct 21 17:55:25 PDT 2025
https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/164524
This commit introduces a RadixTree implementation to LLVM.
RadixTree, as a Trie, is very efficient by searching for prefixes.
A Radix Tree is more efficient implementation of Trie.
The tree will be used to optimize Glob matching in SpecialCaseList.
More information about the llvm-branch-commits
mailing list