Skip to content

Itertools

Javi Merino requested to merge github/fork/JaviMerino/itertools_v2 into master

addressing review from #98

  • I kept the variable rename but dropped the any() as it is slower
  • compiling the regexps does give a bit of a boost if you do it properly, so I've added it

Merge request reports