youngj / Envaya

A technology platform for civil society organizations in developing countries
http://envaya.org
Other
17 stars 8 forks source link

avoid O(num_modules) running time #104

Closed youngj closed 12 years ago

youngj commented 13 years ago

there are a few parts of the code that are currently O(num_modules) which should be made O(1):

youngj commented 12 years ago

no longer necessary after recent module refactoring