digitalmethodsinitiative / dmi-tcat

Digital Methods Initiative - Twitter Capture and Analysis Toolset
Apache License 2.0
366 stars 114 forks source link

Removed recursive call to search #389

Closed eeftychiou closed 4 years ago

eeftychiou commented 4 years ago

Recursive calls not appropriate when dealing with big data-sets because memory is not released until the recursion tree is exhausted.