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
Something like https://github.com/tinylibs/tinybench#usage to get a feel for how fast calling these functions (with their recursive delegation and type guards) is compared to just typeof thing === "object" || typeof thing === "function" inline in your JS code. Basically a quick "how much tax?" answer via a benchmark.
This seems so cool. I'd love to add these benchmarks. The question would be how do we easily add this table to the README? I guess we can just put in a screenshot and manually update it once in a while.
Something like https://github.com/tinylibs/tinybench#usage to get a feel for how fast calling these functions (with their recursive delegation and type guards) is compared to just
typeof thing === "object" || typeof thing === "function"
inline in your JS code. Basically a quick "how much tax?" answer via a benchmark.something like:
👆 Showing off how LOW TAX this library is would be a good idea IMO! 👍
The text was updated successfully, but these errors were encountered: