Get the latest tech news
Show HN: Samchika – A Java Library for Fast, Multithreaded File Processing
A fast and light-weight multithreaded file processing library for Java. - GitHub - MayankPratap/Samchika: A fast and light-weight multithreaded file processing library for Java.
The gain in time saved improves in comparison to naive code, as we increase the size of input file. Shubham Maurya ( https://github.com/complex1) , a dear friend, who published a JavaScript library – which sparked the motivation to do something similar in Java. A LinkedIn post discussing the challenges of processing large text files – which gave me the idea to solve it with an elegant API and fast multithreaded architecture.
Or read this on Hacker News