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
Speeds up the common pattern of creating prototype-less objects by 40%:
TEST N TIME (ns) REF (ns) SCORE (%)
object_null 20000 124.50
TEST N TIME (ns) REF (ns) SCORE (%)
object_null 50000 74.30
It's so much faster the benchmarker decides to run it 50,000 times
instead of merely 20,000 times. Win.
0 commit comments