summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implemented initial query class for MemISAMDouglas Rumbaugh2023-06-051-54/+156
|
* Fixed uninitialized record header issueDouglas Rumbaugh2023-05-302-4/+1
|
* Framework query bugfixesDouglas Rumbaugh2023-05-293-10/+24
|
* Framework-level query testing + fixesDouglas Rumbaugh2023-05-295-23/+29
|
* WIRS Query tests + fixesDouglas Rumbaugh2023-05-293-100/+226
|
* Fixed InternalLevel memory leakDouglas Rumbaugh2023-05-292-41/+61
|
* Adjusted the way that Wrapping records works to clean up interfacesDouglas Rumbaugh2023-05-2910-189/+172
|
* Tests and bugfixes for frameworkDouglas Rumbaugh2023-05-2913-199/+225
|
* WIRS query interfaceDouglas Rumbaugh2023-05-291-43/+117
|
* More updates/restructuringDouglas Rumbaugh2023-05-229-136/+104
|
* Progress towards generalization of shard interfaceDouglas Rumbaugh2023-05-229-599/+292
|
* Started implementing shard interface (not finished yet)Douglas Rumbaugh2023-05-177-84/+106
|
* Removed unncessary tagging paramter from shards and levelsDouglas Rumbaugh2023-05-177-85/+77
|
* Record format generalizationDouglas Rumbaugh2023-05-1515-423/+502
| | | | | Currently, tombstone counting is bugged. But the rest of it appears to be working.
* Ported over IRS with unit testsDouglas Rumbaugh2023-05-098-24/+650
|
* Header updateDouglas Rumbaugh2023-05-097-1/+71
|
* Dynamic Extension unit tests + bugfixesDouglas Rumbaugh2023-05-096-159/+565
|
* CMakeLists fileDouglas Rumbaugh2023-05-091-0/+54
|
* Internal Level and PagedFile Unit TestsDouglas Rumbaugh2023-05-092-0/+432
|
* WIRS Shard testing and bugfixesDouglas Rumbaugh2023-05-092-11/+298
|
* MutableBuffer tests and bugfixesDouglas Rumbaugh2023-05-093-1/+454
|
* Template/port fixes on utility modulesDouglas Rumbaugh2023-05-092-17/+18
|
* Initial port of DynamicExtension frameworkDouglas Rumbaugh2023-05-092-16/+643
|
* Initial port of InternalLevelDouglas Rumbaugh2023-05-092-0/+266
|
* Initial port of WIRS structure and mutable bufferDouglas Rumbaugh2023-05-092-0/+676
|
* Templatized Record with key, value, and optional weightDouglas Rumbaugh2023-05-093-29/+25
|
* Record.h: Renamed record_t to Record for POSIX compliance.Douglas Rumbaugh2023-05-083-13/+13
| | | | | | | 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.
* Ported PageFile.h overDouglas Rumbaugh2023-05-081-0/+434
|
* Began porting source files over from other repositoryDouglas Rumbaugh2023-05-0812-0/+867
|
* gitignore fileDouglas Rumbaugh2023-05-083-0/+12
|
* Added licenseDouglas Rumbaugh2023-05-081-0/+30
|
* repository initializationDouglas Rumbaugh2023-05-081-0/+0