Skip to content

Replacing int lengths with size_t? #52

@SabrinaJewson

Description

@SabrinaJewson

This library often uses int to measure the lengths of arrays – but this isn’t ideal, since it forbids arrays of over 4 billion elements for no reason, and I think in lots of cases it could just be fixed by using size_t instead. I don’t particularly need the functionality, it just makes it easier to use from other languages. I’m opening this issue to gauge if there’s interest in switching?

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