Actions
Optimization #1038
closed
KS
VJ
Flow Queue should be a stack
Optimization #1038:
Flow 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.
KS Updated by Ken Steele over 12 years ago
The flow queue is implemented in flow-queue.c
VJ Updated by Victor Julien over 12 years ago
- Target version set to 3.0RC2
SL Updated by Song Liu over 12 years ago
- Assignee set to Song Liu
VJ Updated by Victor Julien over 11 years ago
- Assignee deleted (
Song Liu)
VJ Updated by Victor Julien almost 11 years ago
- Target version changed from 3.0RC2 to TBD
AH Updated by Andreas Herz over 10 years ago
- Assignee set to OISF Dev
VJ Updated by Victor Julien almost 7 years ago
- Has duplicate Optimization #1322: Flow Spare Queue should be a stack added
VJ Updated by Victor Julien about 6 years ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Victor Julien
VJ Updated by Victor Julien over 5 years ago
- Target version changed from TBD to 6.0.0beta1
VJ Updated by Victor Julien over 5 years ago
- Status changed from Assigned to Closed
Actions