Skip to content

Improve efficiency of is_smax and is_smin #19

@Robbepop

Description

@Robbepop

The current implementation of Bitvec::is_smax and Bitvec::is_smin is suboptimal because there is no native implementation for it in apint and we have to emulate the logic for it in stevia_bitvec. To improve this we could try implementing these (or similar) checks in apint since they might be reasonable to add there because of the already existing constructors unsigned_max_value etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-bitvecTask operating on the stevia_bitvec crate in isolation.B-performanceA task to improve performance (regression) of some part of the code base.D-easyA task that is considered to be simple to implement.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions