On Fri, Jan 11, 2019 at 4:22 AM robert engels <reng...@ix.netcom.com> wrote:
> Again, what is wrong with the bounds checking/memory protection 
> library/technique for C I referred you to? Even a decrease in performance 
> will probably still be on par or better than the equivalent Go program.

Quoting from https://www.doc.ic.ac.uk/~phjk/BoundsChecking.html

"Matrix multiply (ikj, using array subscripting): Execution time:
slowdown of around 30 compared to unoptimised."

It's not clear what the comparison is to optmized code, but a 30x
slowdown is not on par with Go.

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