| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Triespline Range Query benchmark | Douglas Rumbaugh | 2023-06-13 | 2 | -0/+59 |
| * | Benchmark refactoring/cleanup | Douglas Rumbaugh | 2023-06-13 | 5 | -97/+140 |
| * | MemISAM: Removed friend relationship with InternalLevel | Douglas Rumbaugh | 2023-06-13 | 1 | -1/+0 |
| * | TrieSpline: parameterized TrieSpline template with max error | Douglas Rumbaugh | 2023-06-13 | 1 | -5/+3 |
| * | Benchmark refactoring | Douglas Rumbaugh | 2023-06-13 | 4 | -132/+152 |
| * | bench.h: Warmup delete bugfix | Douglas B. Rumbaugh | 2023-06-09 | 1 | -2/+2 |
| * | Updated bloom filters to use whole record | Douglas B. Rumbaugh | 2023-06-09 | 5 | -30/+30 |
| * | Adjusted tests to account for new sampling interface | Douglas B. Rumbaugh | 2023-06-09 | 3 | -0/+15 |
| * | Fixed bug(s) in tagging-based deletes | Douglas B. Rumbaugh | 2023-06-09 | 9 | -17/+36 |
| * | Build changes and interface cleanup | Douglas B. Rumbaugh | 2023-06-09 | 5 | -21/+22 |
| * | triespline tests: added <functional> header | Douglas B. Rumbaugh | 2023-06-09 | 1 | -0/+2 |
| * | gitignore | Douglas Rumbaugh | 2023-06-07 | 1 | -0/+1 |
| * | General header/file cleanup | Douglas Rumbaugh | 2023-06-07 | 8 | -108/+5 |
| * | Adjusted DE tests to cover all policy configurations | Douglas Rumbaugh | 2023-06-07 | 6 | -15/+119 |
| * | Interface adjustments | Douglas Rumbaugh | 2023-06-07 | 9 | -48/+25 |
| * | Bugfixes for query state processing function | Douglas Rumbaugh | 2023-06-07 | 4 | -30/+39 |
| * | Added a pre-query hook for processing states | Douglas Rumbaugh | 2023-06-07 | 6 | -29/+172 |
| * | InternalLevel: bugfix when building under tagging | Douglas Rumbaugh | 2023-06-07 | 1 | -1/+1 |
| * | Benchmark updates (disabled sampling temporarily) | Douglas Rumbaugh | 2023-06-07 | 2 | -4/+4 |
| * | Sampling benchmark | Douglas Rumbaugh | 2023-06-07 | 3 | -1/+369 |
| * | Added TrieSpline and PGM Range queries + tests and bugfixes | Douglas Rumbaugh | 2023-06-05 | 5 | -83/+257 |
| * | Added vptree as external module | Douglas Rumbaugh | 2023-06-05 | 2 | -0/+3 |
| * | PGM-based shard | Douglas Rumbaugh | 2023-06-05 | 5 | -0/+569 |
| * | TrieSpline tests+bugfixes | Douglas Rumbaugh | 2023-06-05 | 3 | -14/+240 |
| * | Test refactoring: pulled record stripping function to testing.h | Douglas Rumbaugh | 2023-06-05 | 4 | -33/+11 |
| * | Added point-lookup tests for WIRS and WSS | Douglas Rumbaugh | 2023-06-05 | 3 | -0/+101 |
| * | WSS tests + bugfixes | Douglas Rumbaugh | 2023-06-05 | 4 | -16/+376 |
| * | MemISAM tests + bugfixes | Douglas Rumbaugh | 2023-06-05 | 3 | -165/+326 |
| * | TrieSpline: initial commit of shard | Douglas Rumbaugh | 2023-06-05 | 1 | -0/+340 |
| * | WSS.h: initial WSS shard implementation | Douglas Rumbaugh | 2023-06-05 | 1 | -0/+392 |
| * | Implemented initial query class for MemISAM | Douglas Rumbaugh | 2023-06-05 | 1 | -54/+156 |
| * | Fixed uninitialized record header issue | Douglas Rumbaugh | 2023-05-30 | 2 | -4/+1 |
| * | Framework query bugfixes | Douglas Rumbaugh | 2023-05-29 | 3 | -10/+24 |
| * | Framework-level query testing + fixes | Douglas Rumbaugh | 2023-05-29 | 5 | -23/+29 |
| * | WIRS Query tests + fixes | Douglas Rumbaugh | 2023-05-29 | 3 | -100/+226 |
| * | Fixed InternalLevel memory leak | Douglas Rumbaugh | 2023-05-29 | 2 | -41/+61 |
| * | Adjusted the way that Wrapping records works to clean up interfaces | Douglas Rumbaugh | 2023-05-29 | 10 | -189/+172 |
| * | Tests and bugfixes for framework | Douglas Rumbaugh | 2023-05-29 | 13 | -199/+225 |
| * | WIRS query interface | Douglas Rumbaugh | 2023-05-29 | 1 | -43/+117 |
| * | More updates/restructuring | Douglas Rumbaugh | 2023-05-22 | 9 | -136/+104 |
| * | Progress towards generalization of shard interface | Douglas Rumbaugh | 2023-05-22 | 9 | -599/+292 |
| * | Started implementing shard interface (not finished yet) | Douglas Rumbaugh | 2023-05-17 | 7 | -84/+106 |
| * | Removed unncessary tagging paramter from shards and levels | Douglas Rumbaugh | 2023-05-17 | 7 | -85/+77 |
| * | Record format generalization | Douglas Rumbaugh | 2023-05-15 | 15 | -423/+502 |
| * | Ported over IRS with unit tests | Douglas Rumbaugh | 2023-05-09 | 8 | -24/+650 |
| * | Header update | Douglas Rumbaugh | 2023-05-09 | 7 | -1/+71 |
| * | Dynamic Extension unit tests + bugfixes | Douglas Rumbaugh | 2023-05-09 | 6 | -159/+565 |
| * | CMakeLists file | Douglas Rumbaugh | 2023-05-09 | 1 | -0/+54 |
| * | Internal Level and PagedFile Unit Tests | Douglas Rumbaugh | 2023-05-09 | 2 | -0/+432 |
| * | WIRS Shard testing and bugfixes | Douglas Rumbaugh | 2023-05-09 | 2 | -11/+298 |