File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11package simdcsv
22
33// Version is the current version of the simdcsv package.
4- const Version = "0.0.10 "
4+ const Version = "0.0.11 "
You can’t perform that action at this time.
0 commit comments