JuliaStats / GLM.jl

Generalized linear models in Julia
Other
584 stars 114 forks source link

I propose to consider adding precompilation to GLM.jl #513

Closed bkamins closed 1 year ago

bkamins commented 1 year ago

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

nalimilan commented 1 year ago

See https://github.com/JuliaStats/GLM.jl/issues/448. Last time I tried, a lot of the time was spent compiling StatsModels formulas. Though precompilation won't hurt.