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
{{ message }}
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.
simdnbt has some cool SIMD optimization that we should also do. However that crate is using the unstable std::simd module. Without that, the maintenance burden is probably too much. Once std::simd is stabilized however, we should take advantage of it.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
simdnbt has some cool SIMD optimization that we should also do. However that crate is using the unstable
std::simd
module. Without that, the maintenance burden is probably too much. Oncestd::simd
is stabilized however, we should take advantage of it.The text was updated successfully, but these errors were encountered: