Actions
Optimization #947
closeddynamic allocation of thread queues
Effort:
Difficulty:
Label:
Description
Currently the number of "thread queues" is hardcoded at a value of 256. This affects all runmodes using these queues, most notably autofp. Autofp will be limited to 256 'detect' threads.
Given the advance of many-core systems, this may at some point be a limiting factor.
It appears the only limitation is the queue declaration, so moving to a dynamic way of creating queues would remove this limit.
Updated by Victor Julien over 6 years ago
- Has duplicate Bug #1315: trans_q should not have hardcoded size added
Updated by Victor Julien almost 5 years ago
- Target version changed from TBD to 6.0.0beta1
Updated by Victor Julien almost 5 years ago
- Tracker changed from Feature to Optimization
Updated by Victor Julien over 4 years ago
- Status changed from Assigned to Closed
- Priority changed from Low to Normal
Actions