JuliaIntervals / IntervalArithmetic.jl

Library for validated numerics using interval arithmetic
https://juliaintervals.github.io/IntervalArithmetic.jl/
Other
297 stars 71 forks source link

Fast intersection for BareInterval #649

Closed dpsanders closed 4 months ago

dpsanders commented 4 months ago

Redo of https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/379, which seems to have got lost.

3–4x faster on my machine.

OlivierHnt commented 4 months ago

Nice!