You should iterate the directory only once. (currently it's n^2) do your filtering - check by file size (if false continue) and then by #marker check (true - add tuple[filepath, ourcode] to one list, false - add path to a second list). let blob = concatenate all your markers (ourCode) from first list. for each host in second list, append blob
- [Challenge]How short or efficient can you make this code? blmvxer
- Re: [Challenge]How short or efficient can you make this cod... kidandcat
- Re: [Challenge]How short or efficient can you make this... Libman
- Re: [Challenge]How short or efficient can you make ... kobi
