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
It probably makes sense to provide derives for Eq (and PartialEq) and Hash in bytemuck. On a Pod type Eq can be a simple memcmp / bcmp. Hashing is also much more efficient as you can provide all bytes at once.
The text was updated successfully, but these errors were encountered:
It probably makes sense to provide derives for
Eq
(andPartialEq
) andHash
in bytemuck. On aPod
typeEq
can be a simple memcmp / bcmp. Hashing is also much more efficient as you can provide all bytes at once.The text was updated successfully, but these errors were encountered: