-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels