[ https://issues.apache.org/jira/browse/AVRO-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803842#action_12803842 ]
Scott Carey commented on AVRO-366: ---------------------------------- I have an LZF implementation performace-tuned for Java to try out as well. I can package it up and submit it to Avro directly I believe. The code is entirely mine, I used the C source code for LZF as a reference when making it, and LZF is BSD license. Would there be interest in this? I have yet to prove that it is compatible with the LZF C code since I haven't wired up a cross-compatibility test. My code only deals with the codec, not the file format, and the easy to use C tools write and read the file format. It would be useful to have a good performance test for codecs in general with a few different data sets as well. > Add FastLZ Codec > ---------------- > > Key: AVRO-366 > URL: https://issues.apache.org/jira/browse/AVRO-366 > Project: Avro > Issue Type: New Feature > Components: java > Reporter: Jacob Rideout > Priority: Minor > Attachments: AVRO-366-1.patch > > > It would be nice to have LZO/LZF/FastLZ compression codec support. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.