Skip to content

smawk-0.3.3

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 07:58
930fe50

Version 0.3.3 (2026-06-16)

This release contains optimizations that make our benchmarks about 28% faster by
eliminating heap allocations and vector bounds checks.

  • #89: Add support for no_std.
  • #90: Add GitHub Sponsors
    configuration.
  • #114: Remove heap allocations by
    pre-allocating vectors up front. This improves benchmarks by 10%.
  • #115: Eliminate bounds checks in
    smawk_inner. This improves benchmarks by another 20%.