home.social

#blosc — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #blosc, aggregated by home.social.

  1. 🚀 **Exciting News!** After 15 years of developing #Blosc/#Blosc2, we're thrilled to announce the beta program for Cat2Cloud! 🎉

    - 🔄 Share complex data securely and effortlessly
    - 🗜️ Access to the best compression algorithms available
    - ⚡ Perform advanced computations directly in the cloud

    ...and more!

    ironarray.io/cat2cloud

    Join our beta program today and be among the first to experience the power of Cat2Cloud!

    #DataScience #Compression #SaaS #CloudComputing #BetaProgram

    Share Data Faster!⚡

  2. Updated #blosc post from my floating point data adventures series: aras-p.info/blog/2023/03/02/Fl

    - Blosc 2.8 added "bytedelta" filter (directly inspired by my own posts?!), so test that.
    - Aside on "reinventing the wheel" aka ignoring internet commenters.

  3. is a block-compressor for fast computation.

    Blosc compresses data to speed up RAM to CPU data fetches. Blosc is extremely fast, and outperforms computation on uncompressed datasets. Blosc accomplishes this by compressing data into cache-sized blocks which can be transferred over the system bus very quickly. Blosc uses SIMD to greatly accelerate compression and decompression.

    Website 🔗️: blosc.org/

    apt 📦️: libblosc-dev bloscpack