Git Product home page Git Product logo

Comments (6)

MiloszKrajewski avatar MiloszKrajewski commented on August 15, 2024
  1. DeBruijn: https://en.wikipedia.org/wiki/Nicolaas_Govert_de_Bruijn
  2. This is some magic math, which is beyond my comprehension, I just know it works. For example, see here: https://cstheory.stackexchange.com/questions/19524/using-the-de-bruijn-sequence-to-find-the-lceil-log-2-v-rceil-of-an-integer
  3. This is first pass to check if it works at all, I'll be porting it again. For now, original variable and function names are preserved to make porting easier. All those ported function will stay hidden (private) and I'll provide more idiomatic C# interface (LZ4Codec).
  4. SilesiaCorpusBlockTests works fine. Check examples.
  5. Let's say LZ4Codec will look more os less the same. LZ_64, LZ_64_HC will be private so don't assume you will be able to use it directly.

from k4os.compression.lz4.

Krakean avatar Krakean commented on August 15, 2024

@MiloszKrajewski thanks for answers.
One more question: is possible to build it without Paket? Would like to avoid unnecessary dependencies

from k4os.compression.lz4.

MiloszKrajewski avatar MiloszKrajewski commented on August 15, 2024

I don't understand. You don't have download anything, everything get downloaded automatically. The assembly itself does not have dependency on paket (whatever it might mean)

from k4os.compression.lz4.

Krakean avatar Krakean commented on August 15, 2024

@MiloszKrajewski
See screenshot: https://i.imgur.com/cauzqyA.png
You see this selected file? You have to run it before you can compile project, otherwise .csproj's will not be loaded. But before this, you have to install standalone nuget.exe otherwise you will be able to download and install Paket.
Anyway, is this anyhow required to make k4os to work?
Or I can just grab .cs files and it will work fine without Paket?
Also, is LZ4.dll that arrive in Tests is mandatory? Seems like its your old LZ4Net, right?

from k4os.compression.lz4.

MiloszKrajewski avatar MiloszKrajewski commented on August 15, 2024

Ok, yes, they do have dependency on nuget.exe so you will need to have it somewhere on your PATH.
I'm not going to change my pipeline, but to be honest, you can make it work without paket and fake as main assembly does not have any dependencies (you would need to edit .csproj though).

To be clear: it is for developing it, not for using it later, it won't need anything.

And yes: I used LZ4Net to cross test: compress with one decompress with other, and then check if it worked. This codebase is quite bug prone (unsafe, pointer arithmetic) so this gives me some sense of security. You can't really debug if random byte around 2nd megabyte gets corrupted, right?

from k4os.compression.lz4.

Krakean avatar Krakean commented on August 15, 2024

@MiloszKrajewski thanks for answers, now it all clear to me :)

from k4os.compression.lz4.

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.