Ryan Fleury
|
f15a4f17d1
|
worker thread parameterization; sketch out wide-conversion scratch program; fix one common crash case in some pdb conversions
|
2024-11-20 15:36:13 -08:00 |
|
Ryan Fleury
|
ce90b63079
|
oops........
|
2024-11-14 10:58:52 -08:00 |
|
Ryan Fleury
|
4c0ebc851c
|
async priorities, strip out incorrect ring position calculations
|
2024-11-13 18:23:18 -08:00 |
|
Ryan Fleury
|
61e7aaadeb
|
implement 'work stealing' mechanism for falling back to synchronous task execution, if all work threads are taken
|
2024-11-01 16:41:43 -07:00 |
|
Ryan Fleury
|
aded54c97f
|
fix pointer stability of async task output slot; finish moving converter to async system
|
2024-11-01 15:02:45 -07:00 |
|
Ryan Fleury
|
79bcbe4b39
|
switch rdi_from_pdb to new async layer, off of old task system
|
2024-11-01 14:44:56 -07:00 |
|
Ryan Fleury
|
86d9b792d8
|
shift file streaming layer to using async layer for background work, remove file stream layer thread pool
|
2024-10-31 11:44:54 -07:00 |
|
Ryan Fleury
|
d0b97a3010
|
first pass at more comprehensive async layer, for replacing task system & providing single mechanism for async work, which is currently done ad-hoc in various layers
|
2024-10-29 16:27:21 -07:00 |
|