File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [[ v0.6.1]] ( https://github.com/mlange-42/ark/compare/v0.6.0...v0.6.1 )
4+
5+ ### Performance
6+
7+ - Undo slice pooling in query creation (#405 ) to avoid weird query performance degradation (#422 )
8+ - Reduce memory size of the central storage by allocating slice pool and observer manager on the heap (#425 )
9+ - Pre-fetch column pointers to speed up queries by 20-30% (#426 )
10+
311## [[ v0.6.0]] ( https://github.com/mlange-42/ark/compare/v0.5.2...v0.6.0 )
412
513### Breaking changed
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "github.com/mlange-42/ark/benchmark"
1111)
1212
13- const version = "v0.6.0 "
13+ const version = "v0.6.1 "
1414const goVersion = "1.25.1"
1515
1616func main () {
You can’t perform that action at this time.
0 commit comments