| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-02-09 | BTreeMap: gather and decompose reusable tree fixing functions | Stein Somers | -64/+0 |
| 2021-01-24 | BTreeMap: lightly refactor the split_off implementation | Stein Somers | -30/+55 |
| 2021-01-18 | BTreeMap: convert search functions to methods | Stein Somers | -2/+2 |
| 2021-01-16 | BTreeMap: offer merge in variants with more clarity | Stein Somers | -2/+2 |
| 2020-12-24 | BTreeMap: test split_off (and append) more thoroughly | Stein Somers | -0/+5 |
| 2020-11-28 | BTreeMap: try to enhance various comments & local identifiers | Stein Somers | -2/+2 |
| 2020-11-18 | BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique | Stein Somers | -6/+6 |
| 2020-11-12 | BTreeMap: avoid aliasing while handling underfull nodes | Stein Somers | -8/+8 |
| 2020-10-24 | BTreeMap: stop mistaking node::MIN_LEN as a node level constraint | Stein Somers | -8/+10 |
| 2020-10-18 | BTreeMap: split off most code of remove and split_off | Stein Somers | -0/+104 |
