bucket active conversion tasks by priority; adjust thread cap for bg conversion processes, don't flood cores with work while target is doing things

This commit is contained in:
Ryan Fleury
2025-10-15 17:56:10 -07:00
parent 410837d26d
commit 891eaec5cb
5 changed files with 492 additions and 242 deletions
+4 -4
View File
@@ -148,13 +148,13 @@
// [ ] step-out-of-loop
//
//- late-conversion performance improvements
// [ ] investigate wide-conversion performance
// [ ] oversubscribing cores?
// [ ] conversion crashes?
// [x] investigate wide-conversion performance
// [x] oversubscribing cores?
// [x] conversion crashes?
// [ ] live++ investigations - ctrl+alt+f11 in UE?
//
//- memory usage improvements
// [ ] "root" concept in hash store, which buckets keys & allows usage code to
// [x] "root" concept in hash store, which buckets keys & allows usage code to
// jettison a collection of keys in retained mode fashion
//
//- short-to-medium term future features