projects
/
crackpop.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
38d8e69
)
Use exrex.count() to know how many strings the regex generates
author
Antonio Ospite <ospite@studenti.unina.it>
Tue, 9 Apr 2013 12:01:21 +0000
(14:01 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Tue, 9 Apr 2013 12:01:21 +0000
(14:01 +0200)
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.
No differences found