Skip to content

Store digits using more efficient container #133

@saxbophone

Description

@saxbophone

We should stop using our custom-built storage type a linked list for the digits, vector is constexpr on many platforms now and it's probably faster than the hand-built structure we have been using let's use a constexpr deque implementation instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockedThis cannot be started until prerequisite(s) are completedgood first issueGood for newcomersoptimisation

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions