Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-07 | basic: add RB-Tree implementation | David Herrmann | |
This adds an self-standing RB-Tree implementation to src/basic/. This will be needed for NSEC RR lookups, since we need "close lookups", which hashmaps (not even ordered-hashmaps) can give us in reasonable time. |