Skip to content

Commit a716ac7

Browse files
authored
Prepare release v0.6.1 (#428)
1 parent 0ab0cae commit a716ac7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

benchmark/table/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
1414
const goVersion = "1.25.1"
1515

1616
func main() {

0 commit comments

Comments
 (0)