Use exrex.count() to know how many strings the regex generates
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 9 Apr 2013 12:01:21 +0000 (14:01 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Tue, 9 Apr 2013 12:01:21 +0000 (14:01 +0200)
commit38d8e69e7cc789683e68005846a747aa6e23f1cc
treed5e67be68f07c13dbf267c9d4e91cf915cef6947
parent2258ef0e945e565f4d5fef0fa9ac8c6d47444293
Use exrex.count() to know how many strings the regex generates

exrex uses generators, so this saves memory as we don't have to store
the whole list of results anymore.

While at it refactor things a little bit so to pass the number of
elements to the crackpop() function too.
crackpop.py