|
11 | 11 | - docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/80 |
12 | 12 | - Release for v0.1.0 by @github-actions[bot] in https://github.com/nnnkkk7/go-simdcsv/pull/73 |
13 | 13 |
|
14 | | -## [v0.1.0](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.14...v0.1.0) - 2026-02-14 |
15 | | -- refactor: enhance field parsing by adding quote detection and optimization flags by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/72 |
16 | | -- test: add benchmark tests for writer by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/74 |
17 | | -- refactor: optimize quote detection and writing by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/75 |
18 | | -- refactor: adjust SIMD thresholds and optimize quote detection in Writer by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/76 |
19 | | -- feat: use PCLMULQDQ by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/77 |
20 | | -- deps: upgrade go version to go1.26 by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/78 |
21 | | -- ci: add renovate by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/79 |
22 | | -- docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/80 |
23 | | - |
24 | 14 | ## [v0.0.14](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.13...v0.0.14) - 2026-02-02 |
25 | 15 | - refactor: optimize chunk processing and introduce fast path for no-quote scenarios by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/65 |
26 | 16 | - docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/67 |
|
33 | 23 | - chore: update CPU feature detection to use archsimd package by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/60 |
34 | 24 | - perf: optimize SIMD mask processing with prefix XOR by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/62 |
35 | 25 | - refactor: enhance record parsing efficiency by introducing no-quote path and optimizing memory usage by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/63 |
36 | | -- perf: improve memory allocation and parsing efficiency by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/64 |
37 | | - |
38 | | -## [v0.0.12](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.11...v0.0.12) - 2026-01-27 |
39 | | -- docs: add performance comparison by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/54 |
40 | | -- docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/56 |
41 | | -- refactor: enhance error handling and improve code clarity by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/57 |
42 | | -- chore: remove unused code by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/58 |
| 26 | +- perf: improve memory allocation and parsing efficiency by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/64 |
43 | 27 |
|
44 | 28 | ## [v0.0.12](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.11...v0.0.12) - 2026-01-27 |
45 | 29 | - docs: add performance comparison by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/54 |
|
55 | 39 | - refactor: optimize field content handling and enhance SIMD scanning performance by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/47 |
56 | 40 | - ci: fix benchmart option by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/48 |
57 | 41 | - refactor: enhance record building and parsing efficiency with CR handling by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/49 |
58 | | -- refactor: update SIMD scanning to utilize archsimd.Int8x64 by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/50 |
| 42 | +- refactor: update SIMD scanning to utilize archsimd.Int8x64 by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/50 |
59 | 43 | - refactor: optimize parseResult and scanResult pooling for improved me… by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/51 |
60 | 44 | - refactor: adjust pooling capacities for parseResult and scanResult by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/52 |
61 | 45 | - refactor: improve quoted field validation by leveraging parsed metadata by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/53 |
|
88 | 72 | - docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/21 |
89 | 73 | - docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/22 |
90 | 74 |
|
91 | | -## [v0.0.6](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.5...v0.0.6) - 2026-01-25 |
92 | | -- feat: implement SIMD-accelerated unescaping and quote handling by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/18 |
93 | | -- docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/20 |
94 | | -- docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/21 |
95 | | -- docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/22 |
96 | | - |
97 | 75 | ## [v0.0.5](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.4...v0.0.5) - 2026-01-23 |
98 | 76 | - ci: fix goreleaser mode by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/11 |
99 | 77 | - test: remove and integrate test by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/13 |
|
0 commit comments