extend fuzzy search cache nodes to having 3 buckets - 3rd bucket can be used to abort working copy, and speed an updated query along

This commit is contained in:
Ryan Fleury
2024-01-30 14:19:11 -08:00
parent 6e456424b0
commit 2731bdac59
2 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ struct DBGI_FuzzySearchNode
U128 key;
U64 scope_touch_count;
U64 last_time_submitted_us;
DBGI_FuzzySearchBucket buckets[2];
DBGI_FuzzySearchBucket buckets[3];
U64 gen;
U64 submit_gen;
DBGI_FuzzySearchItemArray gen_items;