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

Reply via email to