It is way more efficient because we're caching the result of that method, and this way we only store each voter once in the cache. We were storing many voters several times and then we were filtering them with `uniq`.
It is way more efficient because we're caching the result of that method, and this way we only store each voter once in the cache. We were storing many voters several times and then we were filtering them with `uniq`.