| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | VPTree: use a secondary hash-table for point lookups | Douglas Rumbaugh | 2023-07-17 | 1 | -8/+15 | |
| | | ||||||
| * | Initial commit of VPTree-related code | Douglas Rumbaugh | 2023-07-13 | 1 | -0/+314 | |
| | | | | | | | Point lookups are currently broken; I suspect that there is something wrong with tree construction, although the quickselect implementation seems to be fine. | |||||
| * | Slightly optimized merge function | Douglas Rumbaugh | 2023-07-03 | 1 | -3/+11 | |
| | | ||||||
| * | Bugfixes | Douglas Rumbaugh | 2023-07-03 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed query errors | Douglas Rumbaugh | 2023-07-03 | 1 | -7/+15 | |
| | | ||||||
| * | PGM Shard bugfixes | Douglas Rumbaugh | 2023-06-26 | 1 | -2/+2 | |
| | | ||||||
| * | TrieSpline: fixed error in min/max key determination | Douglas Rumbaugh | 2023-06-13 | 1 | -5/+10 | |
| | | | | | | | An elif was used when the conditions were _not_ supposed to be mutually exclusive, resulting in the wrong minimum key value being used in some cases. | |||||
| * | 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 | |
| | | ||||||
| * | Updated bloom filters to use whole record | Douglas B. Rumbaugh | 2023-06-09 | 5 | -30/+30 | |
| | | ||||||
| * | Fixed bug(s) in tagging-based deletes | Douglas B. Rumbaugh | 2023-06-09 | 5 | -6/+25 | |
| | | ||||||
| * | General header/file cleanup | Douglas Rumbaugh | 2023-06-07 | 2 | -2/+2 | |
| | | ||||||
| * | Bugfixes for query state processing function | Douglas Rumbaugh | 2023-06-07 | 3 | -28/+34 | |
| | | ||||||
| * | Added a pre-query hook for processing states | Douglas Rumbaugh | 2023-06-07 | 5 | -28/+169 | |
| | | | | | | This is used for setting up the query alias structure stuff for sampling queries. | |||||
| * | Added TrieSpline and PGM Range queries + tests and bugfixes | Douglas Rumbaugh | 2023-06-05 | 2 | -80/+113 | |
| | | ||||||
| * | PGM-based shard | Douglas Rumbaugh | 2023-06-05 | 1 | -0/+345 | |
| | | ||||||
| * | TrieSpline tests+bugfixes | Douglas Rumbaugh | 2023-06-05 | 1 | -12/+17 | |
| | | ||||||
| * | WSS tests + bugfixes | Douglas Rumbaugh | 2023-06-05 | 1 | -7/+9 | |
| | | ||||||
| * | MemISAM tests + bugfixes | Douglas Rumbaugh | 2023-06-05 | 1 | -31/+32 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Framework query bugfixes | Douglas Rumbaugh | 2023-05-29 | 1 | -0/+5 | |
| | | ||||||
| * | Framework-level query testing + fixes | Douglas Rumbaugh | 2023-05-29 | 2 | -5/+5 | |
| | | ||||||
| * | WIRS Query tests + fixes | Douglas Rumbaugh | 2023-05-29 | 1 | -20/+95 | |
| | | ||||||
| * | Adjusted the way that Wrapping records works to clean up interfaces | Douglas Rumbaugh | 2023-05-29 | 1 | -39/+51 | |
| | | ||||||
| * | Tests and bugfixes for framework | Douglas Rumbaugh | 2023-05-29 | 1 | -7/+32 | |
| | | ||||||
| * | WIRS query interface | Douglas Rumbaugh | 2023-05-29 | 1 | -43/+117 | |
| | | ||||||
| * | More updates/restructuring | Douglas Rumbaugh | 2023-05-22 | 2 | -93/+42 | |
| | | ||||||
| * | Progress towards generalization of shard interface | Douglas Rumbaugh | 2023-05-22 | 2 | -89/+50 | |
| | | ||||||
| * | Started implementing shard interface (not finished yet) | Douglas Rumbaugh | 2023-05-17 | 1 | -33/+20 | |
| | | ||||||
| * | Removed unncessary tagging paramter from shards and levels | Douglas Rumbaugh | 2023-05-17 | 2 | -30/+26 | |
| | | ||||||
| * | Record format generalization | Douglas Rumbaugh | 2023-05-15 | 2 | -86/+94 | |
| | | | | | | Currently, tombstone counting is bugged. But the rest of it appears to be working. | |||||
| * | Ported over IRS with unit tests | Douglas Rumbaugh | 2023-05-09 | 1 | -0/+363 | |
| | | ||||||
| * | Dynamic Extension unit tests + bugfixes | Douglas Rumbaugh | 2023-05-09 | 1 | -10/+11 | |
| | | ||||||
| * | WIRS Shard testing and bugfixes | Douglas Rumbaugh | 2023-05-09 | 1 | -11/+5 | |
| | | ||||||
| * | Initial port of DynamicExtension framework | Douglas Rumbaugh | 2023-05-09 | 1 | -16/+10 | |
| | | ||||||
| * | Initial port of WIRS structure and mutable buffer | Douglas Rumbaugh | 2023-05-09 | 1 | -0/+440 | |