Finite Fields in Julia (Defining Your Own Number Type) acooke.org 6 pointsandrewcooke12 years ago1 commentSaveHideCopy link On HNComments−j2kun12yI 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.
Comments
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.