feat: remove fn<> wrapper for free funcs, hephaestus now supports passing free funcs by direct pointer instead. #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "heph-free-func-ergonomics"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This also improved perf by ~5% in debug and ~0.5-1% in release.
API is now:
fn<>wrapper for free funcs, hephaestus now supports passing free funcs by direct pointer instead. This also improved perf by ~5% in debug and ~0.5-1% in release.