What data structures does q provide out of the box?
The q language has only 3 non-atomic data structures:
- lists
- dictionaries
- tables
However, q does use other structures internally (e.g., hash tables) to enhance the performance of operations on the above language-level structures.