| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Updated psudb-common to new version | Douglas Rumbaugh | 2024-04-15 | 1 | -0/+0 | |
| | | | ||||||
| | * | Updated FSTrie to use const char * instead of std::string | Douglas Rumbaugh | 2024-04-15 | 12 | -122/+92 | |
| | | | | | | | | | Note: this requires the caller to manage the memory of the strings | |||||
| | * | Missed file from last commit | Douglas Rumbaugh | 2024-04-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | Print size statistics | Douglas Rumbaugh | 2024-04-15 | 2 | -9/+15 | |
| | | | ||||||
| | * | Added a dynamic trie benchmark | Douglas Rumbaugh | 2024-04-15 | 4 | -0/+105 | |
| | | | ||||||
| | * | trie_bench: Added static query latency | Douglas Rumbaugh | 2024-04-11 | 1 | -3/+21 | |
| | | | ||||||
| | * | stuff | Douglas Rumbaugh | 2024-04-11 | 2 | -40/+38 | |
| | | | ||||||
| | * | Updated FSTrie benchmark and some minor fixes | Douglas B. Rumbaugh | 2024-03-26 | 3 | -30/+49 | |
| | | | ||||||
| | * | Updated to new version of psudb-common | Douglas B. Rumbaugh | 2024-03-26 | 1 | -0/+0 | |
| | | | ||||||
| | * | Clean up extraneous file | Douglas B. Rumbaugh | 2024-03-25 | 1 | -0/+0 | |
| | | | ||||||
| | * | CMakelists: disable ASAN and UBSAN when building on OpenBSD | Douglas B. Rumbaugh | 2024-03-25 | 1 | -4/+6 | |
| | | | ||||||
| | * | Updates for build on OpenBSD | Douglas B. Rumbaugh | 2024-03-25 | 8 | -112/+78 | |
| | | | | | | | | | | | | | | | | | | | Necessary updates to get the codebase building under OpenBSD 7.5 with clang. This is a minimal set of changes to get building to work, which includes disabling several things that aren't directly compatable. More work will be necessary to get full functionality. In particular, Triespline, PGM, and the reference M-tree do not currently build on OpenBSD with clang due to GNU dependencies or other gcc specific features. | |||||
| | * | PointLookup: added a point lookup query for unique indexes, and some tests | Douglas Rumbaugh | 2024-03-22 | 4 | -2/+236 | |
| | | | ||||||
| | * | Concurrent Extension test cleanup/minor tweaks | Douglas Rumbaugh | 2024-03-22 | 3 | -10/+3 | |
| | | | ||||||
| | * | Record.h: Fixed wrapped record concept | Douglas Rumbaugh | 2024-03-22 | 1 | -3/+3 | |
| | | | ||||||
| | * | PGM.h: fixed an out of bounds array access on point lookup misses. | Douglas Rumbaugh | 2024-03-22 | 1 | -3/+21 | |
| | | | ||||||
| | * | CMakelists: updates | Douglas Rumbaugh | 2024-03-22 | 1 | -4/+12 | |
| | | | ||||||
| | * | MutableBuffer: added visibility flag to records and refactored timestamp | Douglas Rumbaugh | 2024-03-22 | 1 | -1/+5 | |
| | | | ||||||
| | * | FSTrie testing and debugging | Douglas Rumbaugh | 2024-03-22 | 4 | -109/+118 | |
| | | | ||||||
| | * | Record.h: Removed manual constructor and adjusted wrapped header fields | Douglas Rumbaugh | 2024-03-22 | 1 | -10/+26 | |
| | | | ||||||
| | * | Disabled lookahead for paper revision | Douglas Rumbaugh | 2024-03-22 | 4 | -1/+7 | |
| | | | ||||||
| | * | Updates/progress towards succinct trie support | Douglas Rumbaugh | 2024-03-20 | 15 | -30/+60473 | |
| | | | ||||||
| | * | FST Shard w/ tests | Douglas Rumbaugh | 2024-03-19 | 5 | -1/+332 | |
| | | | | | | | | | | | | | | | | | | | Needs some debugging--some methods currently fail within the library itself. The build system doesn't currently build the FST library. To compile, you'll first need to manually build it, and then place the libFST.so file in your LIBRARY_PATH and LD_LIBRARY_PATH. | |||||
| | * | Benchmarking tweaks | Douglas Rumbaugh | 2024-03-14 | 2 | -30/+37 | |
| | | | ||||||
| | * | Updated version of psudb-common | Douglas Rumbaugh | 2024-03-14 | 1 | -0/+0 | |
| | | | ||||||
| | * | Benchmark updates | Douglas Rumbaugh | 2024-02-23 | 13 | -455/+602 | |
| | | | ||||||
| | * | Triespline: added test to verify that crash is not due to this project | Douglas B. Rumbaugh | 2024-02-21 | 2 | -0/+69 | |
| | | | ||||||
| | * | VPTree: precalculate distances to make construction more efficient | Douglas B. Rumbaugh | 2024-02-21 | 1 | -19/+30 | |
| | | | ||||||
| | * | Updated watermark benchmark to shuffle data | Douglas Rumbaugh | 2024-02-20 | 1 | -6/+15 | |
| | | | ||||||
| | * | Updated remote for external/psudb-common | Douglas Rumbaugh | 2024-02-12 | 1 | -1/+1 | |
| | | | ||||||
| | * | ExtensionStructure: first basic test of lookahead task stealing | Douglas Rumbaugh | 2024-02-12 | 2 | -1/+14 | |
| | | | ||||||
| | * | ExtensionStructure: Added simulated reconstruction lookahead | Douglas Rumbaugh | 2024-02-12 | 1 | -28/+88 | |
| | | | | | | | | | | | The reconstruction task procedure can now simulate future reconstructions to a specified depth. | |||||
| | * | MutableBuffer: Allow hwm to equal lwm | Douglas Rumbaugh | 2024-02-12 | 1 | -1/+1 | |
| | | | | | | | | | | | The high watermark and low watermark can now be equal, to allow for blocking reconstruction without requiring odd buffer sizes. | |||||
| | * | Refactored Reconstruction Tasks | Douglas Rumbaugh | 2024-02-12 | 5 | -20/+77 | |
| | | | | | | | | | | | Added a ReconVector type to make it easier to do load balancing by shifting tasks around, and clean up a few interfaces. | |||||
| | * | Added structure state vector w/ scratch version for reconstruction | Douglas Rumbaugh | 2024-02-12 | 1 | -55/+89 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This approach should allow us to "simulate" a reconstruction to monitor the future state of the structure. The idea being that we can then add pre-emptive reconstructions to load balance and further smooth the tail latency curve. If a given reconstruction is significantly smaller than the next one will be, we can move some of the next one's work preemptively into the current one. The next phase is to do the simulation within the scratch_vector and then do a second pass examining the state of that reconstruction. In principle, we could look arbitrarily far ahead using this technique. | |||||
| | * | Benchmark updates | Douglas Rumbaugh | 2024-02-09 | 3 | -2/+248 | |
| |/ | ||||||
| * | Update README.md | Douglas B. Rumbaugh | 2024-02-09 | 1 | -4/+4 | |
| | | ||||||
| * | Readme update | Douglas Rumbaugh | 2024-02-09 | 1 | -0/+53 | |
| | | ||||||
| * | Merge pull request #1 from dbrumbaugh/new-buffer | Douglas B. Rumbaugh | 2024-02-09 | 101 | -6298/+8893 | |
| |\ | | | | | Initial Concurrency Implementation | |||||
| | * | Updated to newer version of psudb-commonnew-buffer | Douglas Rumbaugh | 2024-02-09 | 1 | -0/+0 | |
| | | | | | | | | | Some bugfixes in here greatly improve BloomFilter performance. | |||||
| | * | Removed centralized version structure | Douglas Rumbaugh | 2024-02-09 | 2 | -35/+8 | |
| | | | ||||||
| | * | Framework: Fixed a bug where tagged deletes didn't release the epoch | Douglas Rumbaugh | 2024-02-09 | 3 | -11/+28 | |
| | | | ||||||
| | * | Comment updates/fixes | Douglas Rumbaugh | 2024-02-09 | 24 | -104/+224 | |
| | | | ||||||
| | * | Updated VPTree to new shard/query interfaces | Douglas Rumbaugh | 2024-02-08 | 8 | -320/+319 | |
| | | | ||||||
| | * | Merge branch 'new-buffer' of github.com:dbrumbaugh/dynamic-extension into ↵ | Douglas Rumbaugh | 2024-02-08 | 0 | -0/+0 | |
| | |\ | | | | | | | | | | new-buffer | |||||
| | | * | ISAMTree: added comment explaining the compiler fence | Douglas Rumbaugh | 2024-02-08 | 1 | -0/+4 | |
| | | | | ||||||
| | | * | Added compiler fence to block reordering | Douglas Rumbaugh | 2024-02-08 | 2 | -2/+4 | |
| | | | | | | | | | | | | | I'm reasonably certain that this is a compiler bug... | |||||
| | * | | Added compiler fence to block reordering | Douglas Rumbaugh | 2024-02-08 | 2 | -2/+8 | |
| | |/ | | | | | | | I'm reasonably certain that this is a compiler bug... | |||||
| | * | Fixed a slight synchronization bug in Epoch retirement "properly" | Douglas Rumbaugh | 2024-02-08 | 1 | -10/+27 | |
| | | | ||||||
| | * | Fixed benchmark memory leak | Douglas Rumbaugh | 2024-02-08 | 1 | -0/+2 | |
| | | | ||||||