InstituteforDiseaseModeling / laser

Light Agent Spatial modeling for ERadication
MIT License
2 stars 5 forks source link

specialize SortedQueue sift functions by value type #82

Closed clorton closed 3 weeks ago

clorton commented 3 weeks ago

Rather than having Numba pre-compile all supported data types, compile on demand as required when a SortedQueue object is created based on the dtype of the value array passed in.