JuliaStats / GLM.jl

Generalized linear models in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I propose to consider adding precompilation to GLM.jl

bkamins opened this issue · comments

I have not benchmarked it, but I feel it should help (most of the work is done on floats with known type)

See #448. Last time I tried, a lot of the time was spent compiling StatsModels formulas. Though precompilation won't hurt.