Make top members only have to read through once
rbonick opened this issue · comments
Ryan commented
Makes no sense to call it 3 times. Have init or a "collect" function gather the info, then just have the functions sort a dictionary on a certain element.
Could even make it so calling any of them checks if the dictionary has been populated yet, and if not calls it.