Git Product home page Git Product logo

gstd's Introduction

Gstandard


This project is currently archived and not currently functional. The goal was to create a transcoder from Zstandard to a format that would decompress efficiently on GPU.

While this project yielded useful insights, ultimately it was only getting about 3% smaller file sizes than GDEFLATE, and dictionary compression failed to yield much benefit, so this project has been shelved indefinitely.

The decoder is currently non-functional, as the format was transitioned from using FSE to rANS for its entropy coder, but the decoder hasn't been updated to use rANS.

I think the basic format improves over GDEFLATE in a few meaningful ways:

  • Bitstream loads happen less often
  • Minimum bit availability is contextual instead of always needing 32 bits
  • Literals are decoded in chunks of up to 128 literals

These would likely improve over GDEFLATE if seen through to completion, but given the low compression ratio improvement, this project is not currently being pursued any further.

gstd's People

Contributors

elasota avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.