just tinkering around the edges: for real speed-up you need to eliminate
the bounds checking and do the equivalent of C++'s UNALIGNED_LOAD32.
Doing that will require re-writing in assembler, or at least using
package unsafe, and would remove any mention of b0,b1,b2,b3.
https://codereview.appspot.com/8360044/
--
---
You received this message because you are subscribed to the Google Groups "golang-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.