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
The Go std lib will soon have a GOEXPERIMENT to provide an API for SIMD operations. This is currently being discussed in issue #73787. We should attempt to implement bit vector operations using SIMD to determine if we can improve performance.