rvlib
rvlib copied to clipboard
Immutable classes and loop performance
Hello and thanks for the great package. Looking forward to trying it out.
Distributions.jl uses immutable types for faster stack allocation and thus better performance in loops.
Have you done any benchmarks to compare? Would it be worth using immutable jit classes?
Hey @datnamer thanks for checking in.
I haven't seen anything about immutable jitclasses, can you point us to some docs or another link?