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
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version)?
go tip
What operating system and processor architecture are you using (go env)?
Ubuntu 16.04 ppc64le and RH7 ppc64
What did you do?
Looking at performance of IndexByte and found that the byte at a time compare it was doing performed very poorly on ppc64x. We have an asm implementation that improves performance by 10X or more depending on the size.
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go tip
What operating system and processor architecture are you using (
go env
)?Ubuntu 16.04 ppc64le and RH7 ppc64
What did you do?
Looking at performance of IndexByte and found that the byte at a time compare it was doing performed very poorly on ppc64x. We have an asm implementation that improves performance by 10X or more depending on the size.
The text was updated successfully, but these errors were encountered: