aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/benches/utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename to AutereDBJan Tuomi2025-05-031-122/+0
|
* Remove <T> polymorphism from DB, replace with From<T> based approachJan Tuomi2025-02-211-17/+23
|
* Start working in new schema logic to coreJan Tuomi2025-02-211-1/+17
|
* Remove typecheckingJan Tuomi2025-02-101-6/+2
|
* Remove Recordable trait, implement Python bindings, fixesJan Tuomi2025-02-091-8/+8
|
* Refactor public interfaceJan Tuomi2025-01-171-4/+4
|
* Add type alias DBResultJan Tuomi2025-01-171-1/+1
|
* Fix compaction issue where get of valid logkey produced unset metadata row ↵Jan Tuomi2025-01-101-6/+16
| | | | (len = 0)
* Move refresh_indexes out of do_maintenance_tasks, fix benchesJan Tuomi2025-01-071-14/+61
|
* Use specialized DBError type instead of io::ErrorJan Tuomi2024-11-221-2/+1
|
* Fix benchmark so that it compilesJan Tuomi2024-11-221-7/+5
|
* Refactor static DB methods to common moduleJan Tuomi2024-11-091-3/+3
|
* Add compacted benchmark casesJan Tuomi2024-10-101-0/+4
|
* Add py_bindings lib, move to monorepo structureJan Tuomi2024-10-071-0/+46