Tagged Questions

2
votes
9answers
185 views

What language(s) for very large lists?

Java (and maybe the underlying C-ish code) has max capacity of Integer.MAX_VALUE (~ 2 billion) for arrays and containers in java.util. Are there other languages that feature containers with larger ...