GithubHelp home page GithubHelp logo

Comments (10)

martindurant avatar martindurant commented on August 18, 2024 1

I agree, although at some point, snappy should be released and new conda packages built.

from fastparquet.

esc avatar esc commented on August 18, 2024

No, last I checked this was not the case, unfortunately. Might be worth asking @FrancescAlted though.

from fastparquet.

FrancescAlted avatar FrancescAlted commented on August 18, 2024

Yes, Robert McLeod recently contributed a way to release the GIL during Blosc operation. We still need to do a new public release though.

from fastparquet.

mrocklin avatar mrocklin commented on August 18, 2024

To be clear the question is also asking "Can I use python-blosc to snappy-compress data, such that other people with only snappy (not blosc) can decompress it?"

from fastparquet.

martindurant avatar martindurant commented on August 18, 2024

Another useful feature not provided by python-snappy is a counterpart to GzipFile, so that larger data-blocks could be decompressed in a streaming fashion, without materializing the before and after bytestrings.

from fastparquet.

FrancescAlted avatar FrancescAlted commented on August 18, 2024

@mrocklin The answer for the question about Snappy being able to decompress a Blosc frame with Snappy codec is no. The reason is that Blosc adds some meta-information at the beginning of every frame, and hence the pure codecs will not be able to interpret that.

from fastparquet.

mrocklin avatar mrocklin commented on August 18, 2024

Yeah, my question isn't whether or not Snappy can decompress Blosc, but rather if the Blosc Python library provides hooks to call Snappy directly, without invoking the Blosc machinery.

from fastparquet.

FrancescAlted avatar FrancescAlted commented on August 18, 2024

from fastparquet.

martindurant avatar martindurant commented on August 18, 2024

There seems to be an open PR to release the GIL: intake/python-snappy#38

from fastparquet.

makmanalp avatar makmanalp commented on August 18, 2024

This can perhaps be closed now that the above PR is merged.

from fastparquet.

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.