Skip to content

Word128 #7

Description

@andrewthad

The Word128 data type from wide-word could stand to have a builder. Doing this is a little tricky. The naive approach (repeated division by 10) will not perform well since the implementation of division for Word128 is lengthy (I'll refer to this as "super divide"). I think the best strategy is to break the Word128 into three Word64s by using super divide twice. Then each of the three words can be handled the normal way.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions