| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More updates/restructuring | Douglas Rumbaugh | 2023-05-22 | 1 | -121/+0 |
| | | |||||
| * | Progress towards generalization of shard interface | Douglas Rumbaugh | 2023-05-22 | 1 | -17/+17 |
| | | |||||
| * | Record format generalization | Douglas Rumbaugh | 2023-05-15 | 1 | -13/+73 |
| | | | | | | Currently, tombstone counting is bugged. But the rest of it appears to be working. | ||||
| * | Templatized Record with key, value, and optional weight | Douglas Rumbaugh | 2023-05-09 | 1 | -13/+9 |
| | | |||||
| * | Record.h: Renamed record_t to Record for POSIX compliance. | Douglas Rumbaugh | 2023-05-08 | 1 | -0/+65 |
| Required for compliance with POSIX B.2.12. The other _t types, key_t, val_t, header_t, etc. will be revised later when switching over to a templated version of this code. | |||||