D
duoshock
Guest
Hi,
I need some advice on the data structures to use in C#. My need is to construct a something like a code syntax tree. what would the embedded data structures in C# to use so as to ensure memory optimisation and run time efficiency? currently, stacks/lists/ dictionaries are my choice of options.
If any experienced C# developer would give me some sound advice, I would like to hear from you. Thanks
Continue reading...
I need some advice on the data structures to use in C#. My need is to construct a something like a code syntax tree. what would the embedded data structures in C# to use so as to ensure memory optimisation and run time efficiency? currently, stacks/lists/ dictionaries are my choice of options.
If any experienced C# developer would give me some sound advice, I would like to hear from you. Thanks
Continue reading...