Skip to content

v4.0.0

Latest

Choose a tag to compare

@NailxSharipov NailxSharipov released this 26 May 19:02
· 30 commits to main since this release

Added

  • no_std support
    std math replaced with libm.

Modified

  • Memory-efficient API
    FloatOverlay and Overlay use a reusable buffer to reduce allocation overhead, improving performance by 5–15% in repeated operations.
    OverlayGraph is now a reference view (no longer owns geometry data)

  • Optional multithreading
    allow_multithreading is now an optional feature and disabled by default.