first half pass at new dbgi fuzzy searching functionality; distributes search amongst sub-tasks

This commit is contained in:
Ryan Fleury
2024-11-05 15:07:06 -08:00
parent 44b8c9e87c
commit 1621e504ce
13 changed files with 811 additions and 165 deletions
+2
View File
@@ -2133,6 +2133,7 @@ txt_u2p_dequeue_req(U128 *hash_out, TXT_LangKind *lang_out)
ASYNC_WORK_DEF(txt_parse_work)
{
ProfBeginFunction();
//- rjf: get next key
U128 hash = {0};
TXT_LangKind lang = TXT_LangKind_Null;
@@ -2323,6 +2324,7 @@ ASYNC_WORK_DEF(txt_parse_work)
}
hs_scope_close(scope);
ProfEnd();
return 0;
}