Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib, ipcpd: Comply to pedantic C99 | Sander Vrijders | 2017-02-08 | 1 | -1/+4 |
| | | | | | | With the changes in this commit Ouroboros will compile with the pedantic flag on when the standard is C99. The main problem was the used of unnamed structs and unions, which is C11. | ||||
* | lib: Add B-tree implementation | dimitri staessens | 2017-01-16 | 1 | -0/+481 |
Adds an implementation of B-trees of order k (k children, min fill is k/2, max fill k - 1). Useful to implement indexes for faster lookups. |