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
@@ -262,6 +262,7 @@ tex_u2x_dequeue_req(U128 *hash_out, TEX_Topology *top_out)
ASYNC_WORK_DEF(tex_xfer_work)
{
ProfBeginFunction();
HS_Scope *scope = hs_scope_open();
//- rjf: decode
@@ -319,6 +320,7 @@ ASYNC_WORK_DEF(tex_xfer_work)
}
hs_scope_close(scope);
ProfEnd();
return 0;
}