aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/benches/benchmark.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove <T> polymorphism from DB, replace with From<T> based approachJan Tuomi2025-02-211-10/+0
|
* Remove typecheckingJan Tuomi2025-02-101-5/+5
|
* Remove Recordable trait, implement Python bindings, fixesJan Tuomi2025-02-091-14/+39
|
* Fix benchmarkJan Tuomi2025-01-181-5/+5
|
* Fix delete compact bugJan Tuomi2025-01-101-3/+7
|
* Fix compaction issue where get of valid logkey produced unset metadata row ↵Jan Tuomi2025-01-101-82/+88
| | | | (len = 0)
* Move refresh_indexes out of do_maintenance_tasks, fix benchesJan Tuomi2025-01-071-56/+26
|
* Get memtables working finallyJan Tuomi2024-11-221-15/+15
|
* Fix benchmark so that it compilesJan Tuomi2024-11-221-10/+6
|
* Remove memtable_capacityJan Tuomi2024-11-211-52/+0
|
* Refactor static DB methods to common moduleJan Tuomi2024-11-091-3/+3
|
* Rewrite everything to use metadata and data files, TODO memtablesJan Tuomi2024-11-041-56/+1
|
* Add compacted benchmark casesJan Tuomi2024-10-101-5/+39
|
* Add compactionJan Tuomi2024-10-081-0/+41
|
* Implement some of the py bindingsJan Tuomi2024-10-071-6/+6
|
* Add py_bindings lib, move to monorepo structureJan Tuomi2024-10-071-0/+222