[IMP] Category list Optimization - first step
commit0800974095feb2e4534b24d6f746e19b4ee6be36
authorPedro Ferreira <jose.pedro.ferreira@cern.ch>
Wed, 13 Jul 2011 12:22:15 +0000 (13 14:22 +0200)
committerPedro Ferreira <jose.pedro.ferreira@cern.ch>
Fri, 15 Jul 2011 09:53:05 +0000 (15 11:53 +0200)
tree309cf3daff2f23e1f9ead8938094ce47810279aa
parent3fb24b132df24e8142d90076521c4050060a6b7c
[IMP] Category list Optimization - first step

 * Using iterators instead of list conversion;
12 files changed:
indico/MaKaC/common/indexes.py
indico/MaKaC/conference.py
indico/MaKaC/services/implementation/category.py
indico/MaKaC/statistics.py
indico/MaKaC/webinterface/pages/category.py
indico/MaKaC/webinterface/tpls/CategoryDisplay.tpl
indico/MaKaC/webinterface/tpls/EventHeader.tpl
indico/MaKaC/webinterface/wcomponents.py
indico/core/index/__init__.py
indico/core/index/base.py
indico/core/index/catalog.py [new file with mode: 0644]
indico/core/index/event.py [new file with mode: 0644]