Giter Club home page Giter Club logo

xz.net's People

Contributors

ddrinka avatar sambott avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

xz.net's Issues

Relicense Request

@sambott would you be up for re-licensing this code with an MIT license? I'd love to use it but GPL won't fit with the rest of the project. As a comparison point, sharpcompress, which I think you'd like to have this code integrated with, uses the MIT license.

Not an issue

@adamhathcock - I had a little time so I restarted looking at something I hadn't touched in a couple of years. I've created an XZ reader using your implementation of LZMA. It's still pretty basic - read only stream with crc checks missing in a couple of places, but it will improve next time I get some time.

Mainly I'm just letting you know your project was useful, but feel free to use any of this if there is any interest for XZ functionality in your library.

Sam

Implementation Uses Stream.Position on Source Stream

Using Stream.Position limits the user to Streams that are materialized, like a FileStream or a MemoryStream. It looks like XZ should be able to stream with no sense of the absolute position of the stream, and without seeks. The use of Stream.Position should be eliminated so that NetworkStreams and other just-in-time Stream implementations work.

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.