Dave Watson
|
2b1fc90b7b
|
Remove rbt_nil
Since this is an intrusive tree, rbt_nil is the whole size of the node
and can be quite large. For example, miscelm is ~100 bytes.
|
2016-02-23 18:09:25 -08:00 |
|
Joshua Kahn
|
710ca112e3
|
Add test for tree destruction
|
2015-11-09 15:56:24 -08:00 |
|
Joshua Kahn
|
13b4015531
|
Allow const keys for lookup
Signed-off-by: Steve Dougherty <sdougherty@barracuda.com>
This resolves #281.
|
2015-11-09 15:48:05 -08:00 |
|
Jason Evans
|
551ebc4364
|
Convert to uniform style: cond == false --> !cond
|
2014-10-03 10:16:09 -07:00 |
|
Jason Evans
|
1628e8615e
|
Add rb_empty().
|
2014-08-19 21:05:54 -07:00 |
|
Jason Evans
|
e2206edebc
|
Fix unused variable warnings.
|
2014-01-21 14:59:13 -08:00 |
|
Jason Evans
|
8cd0d94977
|
Convert assert() in test code to assert_*().
|
2014-01-03 17:07:58 -08:00 |
|
Jason Evans
|
981bb499d9
|
Add unit tests for qr, ql, and rb.
|
2014-01-03 16:35:03 -08:00 |
|