Closed kbarbary closed 7 years ago
Looks good to me! Which version of Julia have you used? If it's Julia <= 0.6, I expect further speed-up in Julia 0.7, sincos
there (entirely implemented in Julia) is way faster than sin
and cos
separately in previous versions (based on an external C library).
While you're at it, why not precompiling the package (maybe in another PR)? :-)
I'm running Julia 0.6. Precompilation added!
_eltype()
(no longer used)convert
(not needed due to generic fallback in Base)cc: @giordano