swift
47fc3d87
- RequirementMachine: Speed up PropertyMap lookups with a suffix trie
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
RequirementMachine: Speed up PropertyMap lookups with a suffix trie Whereas term simplification uses a prefix trie with shortest matching, the PropertyMap uses a suffix trie with longest matching.
References
#38776 - RequirementMachine: Speed up property map lookups with a suffix trie
Author
slavapestov
Committer
slavapestov
Parents
776a0889
Loading