Currently we are using Interpolations.jl gridded linear interpolations for several applications. The performance is good as long as the input is sufficiently dense, a linear interpolation can often be sufficient.
DataInterpolations.jl is seeing a lot of development and might be worth switching to as they offer many more methods for gridded interpolation. Interpolations.jl is really best for b-splines on regular grids.
Currently we are using Interpolations.jl gridded linear interpolations for several applications. The performance is good as long as the input is sufficiently dense, a linear interpolation can often be sufficient.
DataInterpolations.jl is seeing a lot of development and might be worth switching to as they offer many more methods for gridded interpolation. Interpolations.jl is really best for b-splines on regular grids.