www.youtube.com/watch?v=BdpT... #DataScience #BigData #HPC #OpenSource
www.youtube.com/watch?v=BdpT... #DataScience #BigData #HPC #OpenSource
Blosc2 is part of the NumPy array library ecosystem: numpy.org
In v3.11, Blosc2 has become even more flexible; all functions can accept basically any array object:
𝚋𝚕𝚘𝚜𝚌𝟸.𝚖𝚊𝚝𝚖𝚞𝚕(𝙰, 𝙱)
for 𝙰, 𝙱 PyTorch, Jax, Tensorflow, Zarr... arrays!
#Compute
#Tensor
#PyTorch
Blosc2 calculates Fourier approximations:
⚡5x faster than NumPy
👣 fraction of the memory footprint
🐍 one-line syntax 𝚜𝚞𝚖(𝚊 * 𝚌𝚘𝚜(𝚝) + 𝚋 * 𝚜𝚒𝚗(𝚝), 𝚊𝚡𝚒𝚜=𝟷)
Full notebook: github.com/Blosc/python...
(inspiration: towardsdatascience.com/numexpr-the-...)
#Blosc2
#Data
#SignalProcessing
Blosc2 calculates Fourier approximations:
⚡5x faster than NumPy
👣 fraction of the memory footprint
🐍 one-line syntax 𝚜𝚞𝚖(𝚊 * 𝚌𝚘𝚜(𝚝) + 𝚋 * 𝚜𝚒𝚗(𝚝), 𝚊𝚡𝚒𝚜=𝟷)
Full notebook: github.com/Blosc/python...
(inspiration: towardsdatascience.com/numexpr-the-...)
#Blosc2
#Data
#SignalProcessing
No need to add loops manually, just add @blosc2.jit and it will do its magic!
Compress Better, Compute Bigger!
No need to add loops manually, just add @blosc2.jit and it will do its magic!
Compress Better, Compute Bigger!
👉 www.blosc.org/posts/pytabl...
#Performance #DataScience
👉 www.blosc.org/posts/pytabl...
#Performance #DataScience
github.com/Blosc/python...
github.com/Blosc/python...
This introduces significant performance and memory optimizations, enhancing the experience of computing with large, compressed datasets using lazy expressions.
Compress Better, Compute Bigger!
#Performance #MemoryEfficiency #DataScience
This introduces significant performance and memory optimizations, enhancing the experience of computing with large, compressed datasets using lazy expressions.
Compress Better, Compute Bigger!
#Performance #MemoryEfficiency #DataScience
We've updated our recent blog post:
Check it out! 👇
www.blosc.org/posts/blosc2...
Compress Better, Compute Bigger
#Python #DataScience #Performance #OpenSource
We've updated our recent blog post:
Check it out! 👇
www.blosc.org/posts/blosc2...
Compress Better, Compute Bigger
#Python #DataScience #Performance #OpenSource
This release introduces the new blosc2.matmul() function. We have written a nice blog: www.blosc.org/posts/optimi...
Lastly, we are excited to introduce WASM32 wheels for the first time. More info at: github.com/Blosc/python...
Enjoy!
This release introduces the new blosc2.matmul() function. We have written a nice blog: www.blosc.org/posts/optimi...
Lastly, we are excited to introduce WASM32 wheels for the first time. More info at: github.com/Blosc/python...
Enjoy!
In our last release candidate, we fixed a couple of issues that showed up in our recent tutorial at the PyData Global 2024.
github.com/Blosc/python...
We are curious on what you are going to build with it! 😀
#Extra-Testing #x86_64
Origin | Interest | Match
#Extra-Testing #x86_64
Origin | Interest | Match
🚀 Outperforms NumPy by 10x ~ 100x for large computations
🐍 Integrates seamlessly with the Python data science ecosystem
💻 Works both in-memory and on-disk with minimal performance differences
ironarray.io/blog/compute...
🚀 Outperforms NumPy by 10x ~ 100x for large computations
🐍 Integrates seamlessly with the Python data science ecosystem
💻 Works both in-memory and on-disk with minimal performance differences
ironarray.io/blog/compute...
🧮 The basics of an NDArray object in Blosc2
⚡ Lazy expressions for efficient computation
🌍 Caterva2: Access your data through network
🎬 Watch it: www.youtube.com/watch?v=aR-i...
Don't miss out—learn, explore, and level up your data skills! 🚀
#DataScience #Compression
🧮 The basics of an NDArray object in Blosc2
⚡ Lazy expressions for efficient computation
🌍 Caterva2: Access your data through network
🎬 Watch it: www.youtube.com/watch?v=aR-i...
Don't miss out—learn, explore, and level up your data skills! 🚀
#DataScience #Compression
We can help! 💪 We've spent countless hours profiling and micro-benchmarking Blosc2 for you. A thing that LLMs cannot do (yet).
Ready to dive in? 🚀
🔹 EuroSciPy Talk: www.blosc.org/docs/2025-Eu...
🔹 Tutorial: github.com/Blosc/EuroSc...
#HPC #Blosc2
We can help! 💪 We've spent countless hours profiling and micro-benchmarking Blosc2 for you. A thing that LLMs cannot do (yet).
Ready to dive in? 🚀
🔹 EuroSciPy Talk: www.blosc.org/docs/2025-Eu...
🔹 Tutorial: github.com/Blosc/EuroSc...
#HPC #Blosc2
We had the opportunity to show it in action during our recent tutorial at #EuroSciPy 2025, where we had a good time seeing audience engagement. Thanks to the attendees!
📝 We've blogged about it:
www.blosc.org/posts/new-tr...
It's in beta, and available in Python-Blosc2 v3.7.2. Enjoy!
#Python #Blosc2 #TreeStore #DataScience #OpenSource
We had the opportunity to show it in action during our recent tutorial at #EuroSciPy 2025, where we had a good time seeing audience engagement. Thanks to the attendees!
But you can always bypass this mechanism for more appropriate fine-tuning in different scenarios 🚀
www.blosc.org/python-blosc...
#Compression #Performance
But you can always bypass this mechanism for more appropriate fine-tuning in different scenarios 🚀
www.blosc.org/python-blosc...
#Compression #Performance
Combine massive arrays quickly and with minimal memory. If your array chunks are aligned, it's even faster! Perfect for big data tasks.
Check out our blog post: www.blosc.org/posts/blosc2...
Compress Better, Compute Bigger
Combine massive arrays quickly and with minimal memory. If your array chunks are aligned, it's even faster! Perfect for big data tasks.
Check out our blog post: www.blosc.org/posts/blosc2...
Compress Better, Compute Bigger
Try it out by yourself! 👉 cat2.cloud/demo/roots/@...
Share Data Faster!
#BigData #RemoteAccess #Performance