Git Product home page Git Product logo

Comments (1)

cowtowncoder avatar cowtowncoder commented on July 26, 2024

Hiya! Project is stable, mature, as I haven't needed changes myself, but there is no replacement that I know of (i.e. I have not written newer package).

If you are anyone else is interested in experimenting with improvements -- performance, usability/ergonomics, configurability, interoperability -- I'd be happy to help in getting those integrated.
Right now I don't have personal itch to work on things, but I still maintain it if someone was to find a bug for example.

Now: on pipelining -- now support for it at this point. Someone actually did something like that for LZF codec I wrote (https://github.com/ning/compress), and the main question there is probably that of modeling of how things should fit together, how to expose tuning wrt threads to use, sync.

As to compression: I think that this is something that can be handled by allowing extensions and does not necessarily have to be part of core package... although I can see how maybe supporting codecs that JDK comes with (deflate/gzip) could be out of the box, as default implementation.
Alternatively this package could be made multi-maven project so that extension compression codecs could be built from same repo, just result in separate jar(s).

Both sound like nice extensions to me.

from java-merge-sort.

Related Issues (13)

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.