Giter VIP home page Giter VIP logo

lz4-net's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

lz4-net's Issues

Use case for seekable stream

Since multiple files compression into a single file container is not supported by LZ4, I decided to merge/concatenate multiple files compressed separately, but now that I want to decompress only one file at a time I discovered that LZ4 streams are not seekable. My guess is that it shouldn't be difficult to implement since the only use case for a seekable LZ4 stream that one could thing of is the one I've described, so changing the current position would only require to "reset" the internal state.

Keep up the good work!

LZ4 High Compression Streams

Is it possible to compress LZ4 streams using the high compression algorithm? I would like to get the higher ratios of LZ4 HC in streaming formats.

Cannot compile anyway :(

Hi!

I´m trying to compile the package into VS2013 and I´m having a lot of errors related to different compilers and framework (I need it in .NET 4.0).

How can we solve this?

.net6.0 support?

Is it possible to get the updated package with .net6.0 support so this can be used on linux?
we are compressing with lz4net so we can't decompress using any other nuget package.
We have tried to clone the repo and see if we could convert it but we are unable to compile the VC++ project since it seems to be missing lz4.h and lz4hc.h files in LZ4Dll project.
Thank you for your help.

Destination buffer offset.

Hi!
I'm using this great wrapper in my project...and i need to compress data into another buffer (allocated already) but also with offset of the destination buffer... i mean i need the compressed data to be written in the dest buffer from the X position...

Compress() doesn't have any overload with destination offset....

What do you suggest me to do?

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.