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?
This library often uses
intto 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 usingsize_tinstead. 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?