Actions
Optimization #1038
closedFlow Queue should be a stack
Effort:
Difficulty:
Label:
Description
The unallocated flows are stored as a queue. It would be better to store them on a stack, so that recently freed flows are used more recently than older flows. That way they are more likely to still be in cache.
Updated by Ken Steele over 9 years ago
The flow queue is implemented in flow-queue.c
Updated by Victor Julien about 8 years ago
- Target version changed from 3.0RC2 to TBD
Updated by Victor Julien about 4 years ago
- Has duplicate Optimization #1322: Flow Spare Queue should be a stack added
Updated by Victor Julien over 3 years ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Victor Julien
Updated by Victor Julien almost 3 years ago
- Target version changed from TBD to 6.0.0beta1
Updated by Victor Julien almost 3 years ago
- Status changed from Assigned to Closed
Actions