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
#15 switched from a C implementation of BEq for Lean ByteArrays (via memcmp) to a Rust implementation (via == for &[u8] slices). We should investigate whether this causes any any perf regression.
After #15
#15 switched from a C implementation of BEq for Lean ByteArrays (via
memcmp) to a Rust implementation (via==for&[u8]slices). We should investigate whether this causes any any perf regression.cc @arthurpaulino