On Tuesday, January 17, 2017 at 12:01:43 PM UTC+1, la...@namsral.com wrote:
>
> Thanks, Damian Gryski has a nice tutorial on how to write Go assembly 
> functions with PeachPy.
>
> https://blog.gopheracademy.com/advent-2016/peachpy/
>


Thanks!  I've written a bunch more assembly code using PeachPy -- mostly 
hash functions and a few crypto algorithms.  In general I'm getting a 2-3x 
speedup, but 10x in the case of Highway Hash (which can take advantage of 
SSE to process multiple blocks in parallel).

Let me know if you have any questions,

Damian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to