Project

General

Profile

Actions

Optimization #1269

closed

Convert SM List from linked list to array

Added by Ken Steele over 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Effort:
Difficulty:
Label:

Description

Converting the SM List from a linked-list to an array would be better for cache utilization. These lists don't change after they are created.
An array removes the need for the next and previous pointers in the SigMatch structure. Might also be able to remove the idx field.

Actions

Also available in: Atom PDF