Giter Club home page Giter Club logo

Comments (4)

ecki avatar ecki commented on June 29, 2024

The java sources are generated with the build/source_template/*.templates.
https://github.com/jpountz/lz4-java/blob/master/src/build/source_templates/compressor.template

from lz4-java.

rit001 avatar rit001 commented on June 29, 2024

One issue I have with this is it means someone can not quickly test lz4 in a pure java environment as they first have to understand its build and configuration system. Could the default java configuration not be one that is a work 100% java configuration.

Thanks

P.S. any notes on how to use the build system would help as it seems to be an extensive system and so not quick to pick up. For now I'm just going to use an older version that does not have all this complexity.

from lz4-java.

jpountz avatar jpountz commented on June 29, 2024

@ecki is correct.

@rit001 It is true that the build system became more and more complex, mostly in order to avoid duplicating content between the 3 different lz4 and xxhash implementations that we have. This is why I introduced templates that help generate both the safe and unsafe Java impls. I just pushed more information about the build system to the README file (have a look at the end). Please let me know if there is information that you need that is not in this file.

from lz4-java.

rit001 avatar rit001 commented on June 29, 2024

Thanks, with those notes I found it very easy to build the jars.

from lz4-java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.