PyDA icon indicating copy to clipboard operation
PyDA copied to clipboard

Standardize Collection Formats in Common

Open direwolf314 opened this issue 10 years ago • 0 comments

Simplify which data structures are used within the different 'common' classes. Right now they store data as lists, tuples, dicts, and sets, even when it's basically the same concept (eg. functions and strings in CommonSectionFormat). Sets have a nice O(1) lookup and are nice when used properly.

direwolf314 avatar May 21 '14 18:05 direwolf314