summaryrefslogtreecommitdiffstats
path: root/include/util/Record.h
Commit message (Collapse)AuthorAgeFilesLines
* Progress towards generalization of shard interfaceDouglas Rumbaugh2023-05-221-17/+17
|
* Record format generalizationDouglas Rumbaugh2023-05-151-13/+73
| | | | | Currently, tombstone counting is bugged. But the rest of it appears to be working.
* Templatized Record with key, value, and optional weightDouglas Rumbaugh2023-05-091-13/+9
|
* Record.h: Renamed record_t to Record for POSIX compliance.Douglas Rumbaugh2023-05-081-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.