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
Fixes#22
Also some minor refactoring with an eye towards speed and simplicity.
We get between 5 and 10% faster, even accounting for all the overhead
of raising exceptions:
+----------------+---------------+------------------------------+
| Benchmark | masterresults | issue22results |
+================+===============+==============================+
| trivial commit | 14.9 us | 13.2 us: 1.12x faster (-11%) |
+----------------+---------------+------------------------------+
| max retries | 16.0 us | 15.1 us: 1.06x faster (-5%) |
+----------------+---------------+------------------------------+
See comments on #20
The text was updated successfully, but these errors were encountered: