Version 2.14.5
What's Changed
- Switch to builtin unsafe slice creation. by @happygiraffe in #504
- Switch to
slices.Sort()andslices.SortFunc(). by @happygiraffe in #508 - Remove unnecessary type conversions + added make command to do the same by @DhruvilK7 in #510
- In place XOR by @DhruvilK7 in #509
- Optimised intersects2by2 by @DhruvilK7 in #512
- unroll nextMany scalar fill loop by 4 by @ahxxm in #514
New Contributors
- @damz made their first contribution in #506
- @DhruvilK7 made their first contribution in #510
- @ahxxm made their first contribution in #514
Full Changelog: v2.14.4...v2.14.5