Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Use an interval package instead of rolling our own intervals #8

@Ratfink

Description

@Ratfink

Since this was the first semi-substantial piece of Julia code I ever wrote, I did a few unidiomatic things early on. One of these, perhaps, is not making much use of the wide array of packages out there to help me. One of the most glaring places this shows up is the untyped implementation of intervals that I wrote. It might be reasonable in something like C++, but Julia has nice packages like IntervalArithmetic.jl that could make the job way easier. Since this package supports arithmetic on interval types, it might even reduce the need for a lot of type checks to see if we have a single vector or interval. It would be good to try porting ControlTimingSafety.jl to use IntervalArithmetic.jl and see if there's any performance hit. If not, or if it's not very big, it might be advantageous to make the switch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions