tobijdc commented on a change in pull request #439:
URL: https://github.com/apache/lucene/pull/439#discussion_r777750326



##########
File path: lucene/codecs/build.gradle
##########
@@ -20,6 +20,9 @@ apply plugin: 'java-library'
 description = 'Lucene codecs and postings formats'
 
 dependencies {
+
+    implementation project(':lucene:core')
     moduleImplementation project(':lucene:core')
+    moduleImplementation 'com.github.luben:zstd-jni:1.5.0-4'

Review comment:
       Just minor suggestion:
   current version is `1.5.1-1`
   could bring another few percent compression speed
   https://github.com/facebook/zstd/releases/tag/v1.5.1




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to