int type in Go is 64 bit on 64 bit system . Most likely you are using 32 bit 
integers in other languages (e.g. int in Java). 64 bit division is slower than 
32 bit. Try changing your Go program to use int32 instead and see if it becomes 
faster.

-- 
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