Skip to content

Commit c885f2a

Browse files
Release for v0.0.11 (#43)
* [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9947eab commit c885f2a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [v0.0.11](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.10...v0.0.11) - 2026-01-27
4+
- ci: add cpu check by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/42
5+
- ci: add pprof option by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/44
6+
- refactor: enhance parsing efficiency with improved field and row estimation by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/45
7+
- refactor: optimize chunk processing and mask handling in field parsing by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/46
8+
- refactor: optimize field content handling and enhance SIMD scanning performance by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/47
9+
- ci: fix benchmart option by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/48
10+
- refactor: enhance record building and parsing efficiency with CR handling by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/49
11+
- refactor: update SIMD scanning to utilize archsimd.Int8x64 by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/50
12+
- refactor: optimize parseResult and scanResult pooling for improved me… by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/51
13+
- refactor: adjust pooling capacities for parseResult and scanResult by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/52
14+
- refactor: improve quoted field validation by leveraging parsed metadata by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/53
15+
316
## [v0.0.10](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.9...v0.0.10) - 2026-01-27
417
- refactor: replace postProcChunks with chunkHasDQ for double quote by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/39
518
- refactor: implement object pooling for parseResult and scanResult by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/41

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package simdcsv
22

33
// Version is the current version of the simdcsv package.
4-
const Version = "0.0.10"
4+
const Version = "0.0.11"

0 commit comments

Comments
 (0)