You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed incorrect import of the web-safe (default) variant in benchmark suites.
All runtime benchmarks (basic, react, and advanced) now use the correct Node-optimized build (.node.esm.js) to properly trigger runtime-specific optimizations like Buffer.compare, Bun.deepEquals and util.isDeepStrictEqual.
Runtime benchmarks now reflect real-world performance more accurately, aligning with README.md results.
Documentation
Fixed incorrect rendering of > [!NOTE] blocks on npm by appending proper spacing.
Minor consistency fixes for better clarity in markdown.