Tagged Questions
1
vote
5answers
837 views
What is best way to implement variable length arrays?
I want to store a large result set from database in memory. Every record has variable length and access time must be as fast as arrays. What is the best way to implement this? I was thinking of ...