What's Changed
- add testing harness and tooling (no implementation changes) by @poolpOrg in #23
- add cdcplot graphing tool and refresh benchmarks by @poolpOrg in #24
- Poolp org/fastcdc checkptr by @poolpOrg in #26
- readme: add pkg.go.dev reference badge by @poolpOrg in #27
- implement fixed chunker by @poolpOrg in #21
- Merge cdc-benchmarks as a nested module by @poolpOrg in #28
- Bump golang.org/x/image from 0.25.0 to 0.38.0 in /cmd/cdcplot by @dependabot[bot] in #29
- Add jc-v1.1.0 spec-faithful chunking variant by @poolpOrg in #30
- Add ultracdc-v1.0.0 spec-faithful variant and fix short-tail panic by @poolpOrg in #31
- Surface jc-v1.1.0 and ultracdc-v1.0.0 in benchmarks and README by @poolpOrg in #32
- Add NewChunkerBuffer for caller-owned scan buffers by @poolpOrg in #33
- Refresh benchmark table after the buffer rewrite by @poolpOrg in #34
- Share + cache the Gear table via getGearTable() by @poolpOrg in #35
- Refresh benchmarks; add Codecov + Go Report Card badges and coverage CI by @poolpOrg in #36
- Add codecov.yml to scope coverage to the library by @poolpOrg in #37
- Bring library coverage to 100% by @poolpOrg in #38
- Fix codecov ignore: exclude top-level files in non-library dirs by @poolpOrg in #39
- docs: document memory/concurrency and the NewChunkerBuffer win by @poolpOrg in #40
- Add cmd/cdcbench: concurrent chunking time/CPU/memory benchmark by @poolpOrg in #41
- ci: enable Codecov Test Analytics (JUnit upload) by @poolpOrg in #42
- ci: use codecov-action@v5 for test results (drop deprecated action) by @poolpOrg in #43
- test: fuzz target + cross-language conformance vectors by @poolpOrg in #44
- docs: add project banner to README by @poolpOrg in #45
- build(deps): bump golang.org/x/image from 0.25.0 to 0.38.0 in /cmd/cdcbench by @dependabot[bot] in #46
- build(deps): bump golang.org/x/image from 0.25.0 to 0.38.0 in /benchmarks by @dependabot[bot] in #47
New Contributors
- @dependabot[bot] made their first contribution in #29
Full Changelog: v1.0.3...v1.1.0