Use arrays to store data #1292
cuihtlauac
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Data are stored in lists. One per kind of data (papers, workshop, tool, etc.) Lists are static; they never change at runtime. Data lists are filtered or split. This suggests using arrays would be faster. Transient lists could be emulated using sequences.
Beta Was this translation helpful? Give feedback.
All reactions