Budget: 40 USD Deadline: 1 day
I can do it now, send an example file in a private message
--------------------------------------------
txt file with upto 900 million lines
i want to search string in each line if string found(as a substring of the line) return the line, if there are multiple lines return all of them
speed should be quite high (less than 0.1 second per search)
Budget: 40 USD Deadline: 1 day
I can do it now, send an example file in a private message
--------------------------------------------
Budget: 30 USD Deadline: 2 days
Hi, Im not sure it will be possible, but i want to try it. I need the file to check and to say exactly.
і ви хочете 80 гіг менше 0,1 секунди на пошук? у фізично не можна прочитати за такий час такий об`єм
тим паче 900 мільйонів рядків - а якщо вказане слово буде у кожній строці? чи нехай у кожній 5? і це все вивести за 0.1 сек? ви в якій реальності живете?
sed,awk,grep - Linux команди не підходять для пошуку? може зекономлю вам 20 баксів
справа не в бюджеті, справа в тому що фізично прочитати такий великий файл за такий короткий час не можливо. та й якщо то буде для бота - і буде декілька запитів одночасно - тим паче
Its possible to find strings in a huge file less than in 1 sec. No needs to read all file, but file has to be sorted.