blob: 00851601e1a2bf92eaaa0269e6c5e8a5a693b3c5 (
plain)
1
2
3
4
5
6
7
|
[Taken from: https://github.com/pvachon/rbtree]
A simple, intrusive, zero-allocation Red-Black tree implementation.
Designed exclusively for systems where determinism is needed.
Licensed under a 2-clause BSD license for the sake of simplicity.
|