Skip to content
Snippets Groups Projects
Commit 4fa5707c authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Replaced ACL data structure with prefix-sorted linked lists.

This is O(N) on both insert/search, but since the ACL lists are
several items long (usually), it is not an issue.
The lists are sorted from the longest prefix to the shortest, so
the first match is guaranteed to be longest prefix match.
parent f4226c28
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment