zackmdavis / Finetooth

an experimental discussion forum
MIT License
2 stars 0 forks source link

use aggregations to tally scores #63

Open zackmdavis opened 8 years ago

zackmdavis commented 8 years ago

We're using Python's sum() builtin to compute scores. Wouldn't aggregations be more performant? Try it, time it, and see.