jcmcote
Results
2
issues of
jcmcote
Implementation of a msgpack format reader - schema learning - skip over malformed records - skip over invalid field names - skip over records not matching schema - writing msgpack...
enhancement
All the functions using the java.util.regex.Matcher are currently creating Java string objects to pass into the matcher.reset(). However this creates unnecessary copy of the bytes and a Java string object....
revisit