| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Converted WIRS to the new interface | Douglas Rumbaugh | 2023-11-07 | 1 | -287/+64 |
| * | Alias shard fixes | Douglas Rumbaugh | 2023-11-07 | 1 | -2/+11 |
| * | Refactoring progress | Douglas Rumbaugh | 2023-11-06 | 4 | -682/+31 |
| * | started refactoring queries interface | Douglas B. Rumbaugh | 2023-11-02 | 1 | -361/+0 |
| * | MemISAM: updated to new query interface | Douglas B. Rumbaugh | 2023-10-31 | 1 | -1/+1 |
| * | VPTree Shard: updates to build on my desktop | Douglas B. Rumbaugh | 2023-10-31 | 1 | -0/+2 |
| * | General Comment + Consistency updates | Douglas Rumbaugh | 2023-10-30 | 6 | -6/+31 |
| * | Concurrency updates + fixes for compile errors | Douglas Rumbaugh | 2023-10-30 | 1 | -6/+8 |
| * | Re-structuring Project + scheduling updates | Douglas Rumbaugh | 2023-09-25 | 7 | -381/+11 |
| * | Migrated over to using psudb-common utilities/headers | Douglas Rumbaugh | 2023-08-24 | 7 | -17/+59 |
| * | Change PGM to range count. | Dong Xie | 2023-07-28 | 2 | -32/+58 |
| * | Expanded query interface | Douglas Rumbaugh | 2023-07-27 | 7 | -42/+226 |
| * | Alex shard progress | Douglas Rumbaugh | 2023-07-26 | 1 | -0/+354 |
| * | Exposed epsilon configuration parameter for PGM | Douglas Rumbaugh | 2023-07-26 | 1 | -4/+5 |
| * | Adjusted calculation for index size | Douglas Rumbaugh | 2023-07-26 | 6 | -46/+53 |
| * | VPTree: account for size of pointer array in memory usage | Douglas Rumbaugh | 2023-07-25 | 1 | -2/+1 |
| * | VPTree: Added template configuration to use/not use a hash table | Douglas Rumbaugh | 2023-07-25 | 1 | -6/+32 |
| * | VPTree: bugfix | Douglas Rumbaugh | 2023-07-24 | 1 | -1/+1 |
| * | VPTree: added a level of indirection to avoid repeated point copies | Douglas Rumbaugh | 2023-07-24 | 1 | -23/+52 |
| * | VPTree: fixed knn query | Douglas Rumbaugh | 2023-07-24 | 1 | -50/+86 |
| * | VPTree: KNN query initial implementation | Douglas Rumbaugh | 2023-07-24 | 1 | -4/+126 |
| * | ISAM IRS query bugfixes | Douglas Rumbaugh | 2023-07-24 | 1 | -9/+28 |
| * | Triespline RQ fixes | Douglas Rumbaugh | 2023-07-23 | 1 | -7/+26 |
| * | Benchmarking updates | Douglas Rumbaugh | 2023-07-23 | 1 | -2/+124 |
| * | Added the parameter argument to query merge routine | Douglas Rumbaugh | 2023-07-17 | 5 | -5/+5 |
| * | VPTree: added fixme for tombstone handling in the hashtable | Douglas Rumbaugh | 2023-07-17 | 1 | -2/+7 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |