JuliaSurv / NetSurvival.jl

A pure-Julia take on standard net survival routines
https://juliasurv.github.io/NetSurvival.jl/
MIT License
6 stars 0 forks source link

[internals] Add precompile statements #45

Open lrnv opened 2 months ago

lrnv commented 2 months ago

Precompile statements are supposed to make the first exexutions of the functions faster, at the cost of greater precompile time (but precompile time is paid only once).

I am not sure if we really want that now, maybe we should wait