Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tune prefix tree implementation (#1105)
Updates the prefix tree implementation to improve the performance. Instead of going character by character the nodes will now keep a prefix string for faster matching and less thread contention. Testing on real sample data it reduced the time for matching against the query index by ~6%.
- Loading branch information