[We're using](https://github.com/zackmdavis/Finetooth/blob/master/core/votable.py#L40) Python's `sum()` builtin to compute scores. Wouldn't [aggregations](https://docs.djangoproject.com/es/1.9/topics/db/aggregation/) be more performant? Try it, time it, and see.
We're using Python's
sum()builtin to compute scores. Wouldn't aggregations be more performant? Try it, time it, and see.