JumpProcesses.jl
JumpProcesses.jl copied to clipboard
reduce initialization memory for DirectCR() and CCNRM()
For the priority table algorithms everything gets placed into the first bin when the table is first initialized. Might be good to distribute the reactions across bins when initializing to reduce the allocations.