v0.3.1
Enhancements
The primary change in this release is an optimized internal implementation of the binary int search, replacing the Go standard library usage, resulting in a roughly ~33% further performance boost to samplings from a Chooser. 🐎
Changelog
- docs: update benchmarks in README 4cbfa90
- compbench: increase max items to 10 million 5a81164
- bench: restore comparative benches as example pkg 31ddd19
- docs: add code hint about future SIMD potential 12a8992
- perf: manually inline SortSearchWrapper usage 29d84ac
- ci: add go1.15 to test matrix f3b9ff9
- ci: add dependabot config 0230c36
- docs: simplify README example 8e20052
- docs: update README badges 6130951
- chore: change sample code b8555bc
- docs: add codecov badge to README ceb1e77
- ci: add code coverage workflow 09c370f
- ci: enable race detector 48e5705