Finite Fields in Julia (Defining Your Own Number Type) (acooke.org) 6 points by andrewcooke 12y ago ↗ HN
[–] j2kun 12y ago ↗ I would really like to see a speed comparison between Python's operator-overloaded arithmetic and Julia's custom number types.What I mean by that is the relative slowdown going from native Python to overloaded Python versus native Julia to overloaded Julia.
1 comment
[ 2.0 ms ] story [ 8.7 ms ] threadWhat I mean by that is the relative slowdown going from native Python to overloaded Python versus native Julia to overloaded Julia.