athuljayaraj/text-processor
Primary intension is to see if there is any performance improvement when text is processed in byte[] format or the String version is good enough. The use case is to extract fields by providing regex and then the selected fields should be written to a source file
JavaApache-2.0