| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | VPTree BSM Benchmark | Douglas Rumbaugh | 2024-04-30 | 1 | -0/+74 | |
| | | ||||||
| * | Added VPTree BSM benchmark | Douglas Rumbaugh | 2024-04-30 | 5 | -5/+362 | |
| | | ||||||
| * | Alex benchmark | Douglas Rumbaugh | 2024-04-29 | 1 | -146/+85 | |
| | | ||||||
| * | Updated dynamic PGM benchmark to use index size | Douglas Rumbaugh | 2024-04-29 | 1 | -1/+1 | |
| | | ||||||
| * | Added vptree parmsweep benchmark and fixed some CMake issues | Douglas Rumbaugh | 2024-04-23 | 1 | -0/+129 | |
| | | ||||||
| * | BSMTriespline: updated to use a rangecount query | Douglas Rumbaugh | 2024-04-23 | 1 | -4/+6 | |
| | | ||||||
| * | benchmarks/file_util: removed dependency on framework in prep for ALEX | Douglas Rumbaugh | 2024-04-23 | 1 | -4/+1 | |
| | | ||||||
| * | Fixed usage printf() in benchmarks | Douglas Rumbaugh | 2024-04-22 | 8 | -8/+8 | |
| | | ||||||
| * | TS Parameter sweep benchmark | Douglas Rumbaugh | 2024-04-22 | 1 | -0/+124 | |
| | | ||||||
| * | Benchmark update+reorganization | Douglas Rumbaugh | 2024-04-22 | 13 | -50/+536 | |
| | | | | | The Alex benchmark isn't updated yet. | |||||
| * | Added plain BSM and MDSP BSM benchmark | Douglas Rumbaugh | 2024-04-22 | 5 | -2/+311 | |
| | | ||||||
| * | Properly implemented support for iteratively decomposable problems | Douglas Rumbaugh | 2024-04-19 | 1 | -6/+0 | |
| | | ||||||
| * | Fixed some benchmarking bugs | Douglas Rumbaugh | 2024-04-19 | 2 | -1/+7 | |
| | | ||||||
| * | Adjusted benchmark parameters | Douglas Rumbaugh | 2024-04-19 | 3 | -3/+3 | |
| | | ||||||
| * | More trie baseline tests | Douglas Rumbaugh | 2024-04-19 | 3 | -0/+307 | |
| | | ||||||
| * | Benchmark updates | Douglas Rumbaugh | 2024-04-19 | 5 | -12/+72 | |
| | | ||||||
| * | Updated FSTrie to use const char * instead of std::string | Douglas Rumbaugh | 2024-04-15 | 1 | -10/+8 | |
| | | | | | Note: this requires the caller to manage the memory of the strings | |||||
| * | Print size statistics | Douglas Rumbaugh | 2024-04-15 | 2 | -9/+15 | |
| | | ||||||
| * | Added a dynamic trie benchmark | Douglas Rumbaugh | 2024-04-15 | 1 | -0/+98 | |
| | | ||||||
| * | trie_bench: Added static query latency | Douglas Rumbaugh | 2024-04-11 | 1 | -3/+21 | |
| | | ||||||
| * | Updated FSTrie benchmark and some minor fixes | Douglas B. Rumbaugh | 2024-03-26 | 1 | -28/+45 | |
| | | ||||||
| * | Clean up extraneous file | Douglas B. Rumbaugh | 2024-03-25 | 1 | -0/+0 | |
| | | ||||||
| * | Updates for build on OpenBSD | Douglas B. Rumbaugh | 2024-03-25 | 3 | -2/+15 | |
| | | | | | | | | | | 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. | |||||
| * | FSTrie testing and debugging | Douglas Rumbaugh | 2024-03-22 | 1 | -0/+92 | |
| | | ||||||
| * | Benchmarking tweaks | Douglas Rumbaugh | 2024-03-14 | 1 | -26/+33 | |
| | | ||||||
| * | Benchmark updates | Douglas Rumbaugh | 2024-02-23 | 12 | -447/+583 | |
| | | ||||||
| * | Updated watermark benchmark to shuffle data | Douglas Rumbaugh | 2024-02-20 | 1 | -6/+15 | |
| | | ||||||
| * | Benchmark updates | Douglas Rumbaugh | 2024-02-09 | 3 | -2/+248 | |
| | | ||||||
| * | Fixed benchmark memory leak | Douglas Rumbaugh | 2024-02-08 | 1 | -0/+2 | |
| | | ||||||
| * | Fully realized shard concept interface | Douglas Rumbaugh | 2024-02-07 | 8 | -8/+8 | |
| | | ||||||
| * | Set up tombstone deletes properly | Douglas Rumbaugh | 2024-02-05 | 1 | -9/+9 | |
| | | ||||||
| * | updated btree benchmark | Douglas Rumbaugh | 2024-01-31 | 1 | -0/+4 | |
| | | ||||||
| * | IRS bench (replication of existing one) | Douglas Rumbaugh | 2024-01-31 | 1 | -0/+125 | |
| | | ||||||
| * | BTree benchmark | Douglas Rumbaugh | 2024-01-31 | 2 | -2/+118 | |
| | | ||||||
| * | Updated throughput bench to use SOSD | Douglas Rumbaugh | 2024-01-31 | 2 | -21/+39 | |
| | | ||||||
| * | Updated insert query throughput to use IRS queries | Douglas Rumbaugh | 2024-01-31 | 2 | -110/+8 | |
| | | ||||||
| * | insert query tput updates | Douglas Rumbaugh | 2024-01-31 | 1 | -2/+7 | |
| | | ||||||
| * | Insert throughput benchmark | Douglas Rumbaugh | 2024-01-31 | 2 | -45/+219 | |
| | | ||||||
| * | Query/Insert intermix benchmarks | Douglas Rumbaugh | 2024-01-31 | 2 | -38/+153 | |
| | | ||||||
| * | Temporary thread affinity for reconstruction | Douglas Rumbaugh | 2024-01-31 | 1 | -6/+7 | |
| | | ||||||
| * | Benchmarking updates | Douglas Rumbaugh | 2024-01-30 | 8 | -24/+472 | |
| | | ||||||
| * | Multithreaded Insertion Benchmark | Douglas Rumbaugh | 2024-01-24 | 1 | -11/+37 | |
| | | ||||||
| * | WAtermark testing benchmark | Douglas Rumbaugh | 2024-01-22 | 1 | -0/+53 | |
| | | ||||||
| * | Adjusted recon_benchmark and properly shutdown FIFOScheduler | Douglas Rumbaugh | 2024-01-22 | 1 | -12/+24 | |
| | | ||||||
| * | Benchmarking: updated insert_query_tput to use better rng | Douglas Rumbaugh | 2024-01-22 | 1 | -3/+14 | |
| | | ||||||
| * | Moved some benchmarks over to range count | Douglas Rumbaugh | 2024-01-22 | 2 | -6/+6 | |
| | | ||||||
| * | Initial rough-out of internal statistics tracker | Douglas Rumbaugh | 2024-01-19 | 1 | -0/+2 | |
| | | | | | | | Need to figure out the best way to do the detailed tracking in a concurrent manner. I was thinking just an event log, with parsing routines for extracting statistics. But that'll be pretty slow. | |||||
| * | Benchmarking programs | Douglas B. Rumbaugh | 2024-01-15 | 17 | -4/+119 | |
| | | ||||||
| * | Query throughput benchmark | Douglas Rumbaugh | 2023-12-13 | 1 | -0/+79 | |
| | | ||||||
| * | insert_tput: minor adjustments | Douglas Rumbaugh | 2023-11-16 | 1 | -12/+7 | |
| | | ||||||