mweastwood / LibHealpix.jl

A Julia wrapper of the Healpix library.
http://mweastwood.info/LibHealpix.jl/stable/
Other
11 stars 7 forks source link

nside, lmax, and mmax maybe shouldn't be type parameters #25

Closed mweastwood closed 7 years ago

mweastwood commented 7 years ago

It seems like there isn't ever really a need to dispatch on these type parameters. The cost of compiling a different version of each function almost certainly outweighs any speedup we might get by specializing on these parameters. They should be relegated to regular old fields.