Hacker News new | past | comments | ask | show | jobs | submit login

In Unix just split the input text into a smaller chunk and fork a few processes to speed up the processing.

If the input file is even larger and you have a lot of RAM, use your favorite programming language and call mmap() syscall.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: