[
https://issues.apache.org/jira/browse/ORC-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16136559#comment-16136559
]
ASF GitHub Bot commented on ORC-175:
------------------------------------
Github user t3rmin4t0r commented on a diff in the pull request:
https://github.com/apache/orc/pull/159#discussion_r134427978
--- Diff: java/bench/src/java/org/apache/orc/bench/CompressionKind.java ---
@@ -53,6 +54,8 @@ public OutputStream create(OutputStream out) throws
IOException {
return new GZIPOutputStream(out);
case SNAPPY:
return new SnappyCodec().createOutputStream(out);
+ case ISAL:
--- End diff --
ISAL is just the library for gzip? That doesn't need a new codec - have you
tried LD_PRELOAD to load ISAL instead of libz?
> ZLIB performance
> ----------------
>
> Key: ORC-175
> URL: https://issues.apache.org/jira/browse/ORC-175
> Project: ORC
> Issue Type: Improvement
> Components: Java
> Reporter: iamhumanbeing
> Assignee: iamhumanbeing
> Labels: performance
> Original Estimate: 336h
> Remaining Estimate: 336h
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)