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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Neat stuff
Tests are now parametrized to easily capture edge cases such as 0/1 elements in operations.
There is an actual benchmark made with JMH, you can see it here
Bit copying operations are reliably a tiny bit faster thanks to some int -> long conversions but since 1.0.0 was not even close to being precisely benchmarked, you need to take it on faith :)