henry2004y / henry2004y/TestParticle.jl
Local Hermite cubic interpolation optimization
Open
- Dominant language
- Julia
- Stars
- 22
- Forks
- 5
- Avg merge
- 21h 17m
- Merged PRs (30d)
- 2
Description
From the benchmarks:
| Method | Metric |
| --- | --- |
| interpolation/cartesian/linear | 0.06 ± 0.01 μs |
| interpolation/cartesian/linear | 0 allocs: 0 B |
| interpolation/cartesian/cubic | 1.72 ± 0.041 μs |
| interpolation/cartesian/cubic | 0.094 k allocs: 2.33 kB |
This non-optimal performance is noted in https://github.com/ProjectTorreyPines/FastInterpolations.jl/issues/107#issuecomment-4216800983
Contributor guide
Assessment
This issue has not been assessed yet.