aboutsummaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Collapse)AuthorAgeFilesLines
* add initial sketches for Store.Insert, Store.UpdateStefan Majewsky2026-04-121-32/+121
| | | | Currently extremely bad performance for some reason. Need to investigate.
* add Store.SelectWhere, Store.SelectOneWhereStefan Majewsky2026-04-121-9/+43
|
* add Store.SelectOneStefan Majewsky2026-04-121-18/+97
|
* reorganize the API from type DB to type StoreStefan Majewsky2026-04-111-3/+6
|
* BenchmarkSelect: test N=1/10/100/1000 all at onceStefan Majewsky2026-04-111-78/+81
|
* say no to ctxStefan Majewsky2026-04-111-2/+2
|
* initial MVP for oblast.Select()Stefan Majewsky2026-04-104-0/+168