Skip to content

Depend on num-traits crate instead of the num #13

@viktorchvatal

Description

@viktorchvatal

Would it be possible to make spectral depend only on the num-traits crate instead on the num create? Compilation of the num-traits is a magnitude faster than the num, and the only place spectral uses the num library is
use num::Float;
which could be changed into
use num_traits::Float;

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