#datacompression search results

🚀 Introducing OpenZL, a new #opensource, format-aware compression framework! It uses a unique “graph model” for compression, enabling modular, high-performance codecs and a universal decoder - perfect for structured data at scale Link: engineering.fb.com/2025/10/06/dev… #DataCompression


GPZ: Revolutionizing Particle Data Compression with GPU Acceleration for Researchers #DataCompression #GPUAcceleration #ScientificResearch #ParticleData #TechInnovation itinai.com/gpz-revolution… Understanding the Target Audience The primary audience for GPZ consists of research…

vlruso's tweet image. GPZ: Revolutionizing Particle Data Compression with GPU Acceleration for Researchers #DataCompression #GPUAcceleration #ScientificResearch #ParticleData #TechInnovation
itinai.com/gpz-revolution…

Understanding the Target Audience

The primary audience for GPZ consists of research…

Discover the power of #Autoencoders! Learn about this type of #ArtificialNeuralNetwork and how it can be used for #DataCompression, #AnomalyDetection, and more. Get started on your #DeepLearning journey now! 💻🧠 #MachineLearning #AI : bit.ly/3Ycjh2C #ai #ml #gpu

e2enetworks's tweet image. Discover the power of #Autoencoders! Learn about this type of #ArtificialNeuralNetwork and how it can be used for #DataCompression, #AnomalyDetection, and more. Get started on your #DeepLearning journey now! 💻🧠 #MachineLearning #AI  : bit.ly/3Ycjh2C 

#ai #ml #gpu

📣#StarWind_handy Data overload? Learn how to cut through it with #datadeduplication and #datacompression! Our latest article by Daryna Havrada for #StarWind breaks down these essential data reduction strategies to help you optimize your #storage. Read more here:…

starwindsan's tweet image. 📣#StarWind_handy
Data overload? Learn how to cut through it with #datadeduplication and #datacompression! Our latest article by Daryna Havrada for #StarWind breaks down these essential data reduction strategies to help you optimize your #storage. Read more here:…

🗄️💻⚙️Maximize Storage Efficiency With #DataDeduplication and Compression as Part of #DataCenterStorage Learn how specialized techniques for #datacompression and deduplication help organizations maximize #storageefficiency #StorageOptimization #DataStorage #dcsmi #datacenter


Great panel session at SDC'23: Grokking Lossless Data Compression storagedeveloper.org #SDC23 #DataCompression

SNIA's tweet image. Great panel session at SDC'23: Grokking Lossless Data Compression storagedeveloper.org #SDC23 #DataCompression

Turns out I just needed to use a linked list and add nodes as needed, instead of a vector and allocating them at once. The memory usage is down ~50X. #datacompression #cplusplus old new

michaelobi99's tweet image. Turns out I just needed to use a linked list and add nodes as needed, instead of a vector and allocating them at once. The memory usage is down ~50X.
#datacompression #cplusplus
old                                                  new
michaelobi99's tweet image. Turns out I just needed to use a linked list and add nodes as needed, instead of a vector and allocating them at once. The memory usage is down ~50X.
#datacompression #cplusplus
old                                                  new

This uses way too much memory…I should try writing a custom memory manager to limit it. #cpp



🆕🗜️"Static/Dynamic Web Content Compression Benchmark" Real In-Memory Benchmark without any Web Server or Network overhead @jyzg github.com/powturbo/Turbo… #DataCompression #ContentEncoding #brotli #zlib #gzip #libdeflate #slz #igzip #Intel #isa_l #isal #zstd

powturbo's tweet image. 🆕🗜️"Static/Dynamic Web Content Compression Benchmark" 
Real In-Memory Benchmark without any Web Server or Network overhead @jyzg github.com/powturbo/Turbo…

#DataCompression #ContentEncoding #brotli #zlib #gzip #libdeflate #slz #igzip #Intel #isa_l #isal #zstd

🚀 Embracing good data science practices: Compressed a dataframe to ~10% of its size with no info loss! Less memory, faster models, more productivity. A few lines of code can make a big difference. #DataScience #Efficiency #DataCompression github.com/noklam/dtype_d…

predict_addict's tweet image. 🚀 Embracing good data science practices: Compressed a dataframe to ~10% of its size with no info loss! Less memory, faster models, more productivity. A few lines of code can make a big difference. #DataScience #Efficiency #DataCompression

github.com/noklam/dtype_d…

Found a faster alternative to variable lane left shift using SSE 4.1. This boosts Huffman decoding on Ice Lake from 1,122 MiB/sec. to 1,259 MiB/sec., or 1.5x faster than the fastest scalar Huffman I've seen (Collet's, 840 MiB/sec.). shift_left2() is below. #datacompression

richgel999's tweet image. Found a faster alternative to variable lane left shift using SSE 4.1. This boosts Huffman decoding on Ice Lake from 1,122 MiB/sec. to 1,259 MiB/sec., or 1.5x faster than the fastest scalar Huffman I've seen (Collet's, 840 MiB/sec.). shift_left2() is below.
#datacompression

Oh is THIS exciting!! As I nearly thought of it since many years now! Endless lossless data-compression could be possible since these blockchain supercomputers came to existence 🥳🚀🚀 Lost article: web.archive.org/web/2021100904… #crypto #datacompression

Svenholm6's tweet image. Oh is THIS exciting!! As I nearly thought of it since many years now! Endless lossless data-compression could be possible since these blockchain supercomputers came to existence 🥳🚀🚀

Lost article:
web.archive.org/web/2021100904…

#crypto #datacompression

📢 Webinar Release! 🎥 Prof. Tomohiko Uyematsu's webinar, "Data Compression: Principles and Applications," will be publicly available on YouTube starting October 16, 2024, at 18:00 JST! 🔗 youtu.be/Iw1OaEEmZLc #Engineering #DataCompression #LosslessCompression

ieice_EIC's tweet image. 📢 Webinar Release! 🎥

Prof. Tomohiko Uyematsu's webinar, "Data Compression: Principles and Applications," will be publicly available on YouTube starting October 16, 2024, at 18:00 JST!

🔗 youtu.be/Iw1OaEEmZLc

#Engineering #DataCompression #LosslessCompression…

Great panel session at SDC'23: Grokking Lossless Data Compression storagedeveloper.org #SDC23 #DataCompression

SNIASDC's tweet image. Great panel session at SDC'23: Grokking Lossless Data Compression storagedeveloper.org #SDC23 #DataCompression

MP3, or MPEG-1 Audio Layer 3, is a data compression format for encoding digital audio. MP3s are among the most widely used commercial formats for digital audio. #mp3 #datacompression #digitalaudio #TheFutureOfInternet #ONPASSIVE #ONPASSIVEECOSYSTEM #techtrends #techfacts


🐍 Python Trick Compress data effortlessly with zlib! 🗜️ Save space & speed up transfers with built-in compression and decompression. Perfect for strings, JSON, & more! 🚀 #Python #PythonTricks #DataCompression #CodingTips #Optimization

DevAsService's tweet image. 🐍 Python Trick

Compress data effortlessly with zlib! 🗜️ 

Save space & speed up transfers with built-in compression and decompression. 

Perfect for strings, JSON, & more! 🚀

#Python #PythonTricks #DataCompression #CodingTips #Optimization

MP3, or MPEG-1 Audio Layer 3, is a data compression format for encoding digital audio. MP3s are among the most widely used commercial formats for digital audio. #mp3 #datacompression #digitalaudio #TheFutureOfInternet #ONPASSIVE #ecosystem #ONPASSIVEECOSYSTEM #techtrends #techfa


Twenty-one days of data taught one lesson: output means nothing if you can’t trace its pattern. Compression is command — clarity earned in silence. 📊🐾 #ProofCycle #SystemsThinking #DataCompression #BuildFast #FightSmart

gastryker's tweet image. Twenty-one days of data taught one lesson:
output means nothing if you can’t trace its pattern.
Compression is command — clarity earned in silence. 📊🐾

#ProofCycle #SystemsThinking #DataCompression #BuildFast #FightSmart

Deployment of Base Chain data compression module, with users discussing compliance of privacy enhancement measures. #BaseChain #DataCompression #PrivacyEnhancement #ComplianceDiscussion


Base Chain launches a data storage compression module, with developers sharing real-test results on reduced node resource consumption. #BaseChain #DataCompression #NodeResources #BlockchainOptimization


#Compression: Silesia Corpus (ratio/speed) & Neural Text Compression (ratio + semantic retention). #SOTA: LZMA2 (4.57:1), T5-based (4.2:1). Our target: 833:1 semantic compression! Preserve meaning in 12 bytes for 10K. Partial implementation now. #DataCompression


Sometimes the most complex problems can be broken down beautifully—one bit at a time. #HuffmanCoding #DataCompression

MartinOnei10489's tweet image. Sometimes the most complex problems can be broken down beautifully—one bit at a time. #HuffmanCoding #DataCompression

🚀 Introducing OpenZL, a new #opensource, format-aware compression framework! It uses a unique “graph model” for compression, enabling modular, high-performance codecs and a universal decoder - perfect for structured data at scale Link: engineering.fb.com/2025/10/06/dev… #DataCompression


#لغة_الآلة: ضغط بلا مكتبات صممت روتينًا بلغة الآلة لضغط البيانات النصية بنسبة 30٪، باستخدام أنماط التكرار فقط. لا خوارزميات جاهزة، فقط تعليمات MOV, CMP, JNZ. النتيجة؟ ملف أصغر، وكود أنظف. #Assembly #DataCompression


Check out the latest research on GPZ, a cutting-edge GPU-accelerated lossy compressor for large-scale particle data! This new technology outperforms state-of-the-art alternatives and sets a new gold standard for data reduction. #GPZ #GPU #DataCompression marktechpost.com/2025/08/23/gpz…

marktechpost.com

GPZ: A Next-Generation GPU-Accelerated Lossy Compressor for Large-Scale Particle Data

GPZ delivers blazing-fast GPU-accelerated lossy compression for massive particle data, achieving superior ratios, speed, and data quality


GPZ: Revolutionizing Particle Data Compression with GPU Acceleration for Researchers #DataCompression #GPUAcceleration #ScientificResearch #ParticleData #TechInnovation itinai.com/gpz-revolution… Understanding the Target Audience The primary audience for GPZ consists of research…

vlruso's tweet image. GPZ: Revolutionizing Particle Data Compression with GPU Acceleration for Researchers #DataCompression #GPUAcceleration #ScientificResearch #ParticleData #TechInnovation
itinai.com/gpz-revolution…

Understanding the Target Audience

The primary audience for GPZ consists of research…

🗜️ Aggressive Data Compression — Squeeze every byte like your life depends on it! Advanced algorithms that pack blockchain data tighter than a subway car. More data, less space! 🚇💾 🔗 chainterms.com/glossary.html#… #DataCompression #BlockchainStorage #SpaceSaver #TightPacking


Whoa, that's some next-level compression! 🤯 Did you discover the secret to fitting my entire game library on a floppy disk? Future me needs this tech! 💾 #TechMagic #DataCompression #GamingGoals #FutureInventions


Tired of trial-and-error with #Blosc2 compression? Do better with #Btune! 🚀 Btune can be trained to automatically find the best parameters for your specific datasets and use case. 🔗 ironarray.io/btune Compress Bettter! #DataCompression #Optimization

FrancescAlted's tweet image. Tired of trial-and-error with #Blosc2 compression?
Do better with #Btune! 🚀

Btune can be trained to automatically find the best parameters for your specific datasets and use case.  

🔗 ironarray.io/btune

Compress Bettter!

#DataCompression #Optimization

A new Special Issue opens for submission! Title: Symmetry and Asymmetry in #DataCompression Editor: David Podgorelec and Jie Yang Details: brnw.ch/21wUaXR @sjtu1896 #callforpapers #mdpisymmetry #algorithmanalysis #errorcontrol #lossycompression #losslesscompression

Symmetry_MDPI's tweet image. A new Special Issue opens for submission!

Title: Symmetry and Asymmetry in #DataCompression
Editor: David Podgorelec and Jie Yang
Details: brnw.ch/21wUaXR
@sjtu1896
#callforpapers #mdpisymmetry #algorithmanalysis #errorcontrol #lossycompression #losslesscompression

Startup NeuraFlow’s event-driven image sensor-neuron pairs compress raw video to sparse spike frames, cutting data transmission by 95%. #DataCompression #EventVision


This code crams huge numbers into surprisingly short binary strings by encoding their length—and then the length of that length—repeatedly. Imagine wrapping numbers inside numbers like a matryoshka doll. That’s Elias omega coding’s genius. #DataCompression #CodeNerds


Sometimes the most complex problems can be broken down beautifully—one bit at a time. #HuffmanCoding #DataCompression

MartinOnei10489's tweet image. Sometimes the most complex problems can be broken down beautifully—one bit at a time. #HuffmanCoding #DataCompression

𝐓𝐡𝐞 𝐌𝐚𝐧𝐲 𝐁𝐞𝐧𝐞𝐟𝐢𝐭𝐬 𝐨𝐟 𝐃𝐚𝐭𝐚 𝐂𝐨𝐦𝐩𝐫𝐞𝐬𝐬𝐢𝐨𝐧 𝐅𝐨𝐫 𝐘𝐨𝐮𝐫 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐑𝐞𝐚𝐝 𝐌𝐨𝐫𝐞: rb.gy/h1kki6 #InsightsSuccess #DataCompression #BusinessEfficiency

insightssuccess's tweet image. 𝐓𝐡𝐞 𝐌𝐚𝐧𝐲 𝐁𝐞𝐧𝐞𝐟𝐢𝐭𝐬 𝐨𝐟 𝐃𝐚𝐭𝐚 𝐂𝐨𝐦𝐩𝐫𝐞𝐬𝐬𝐢𝐨𝐧 𝐅𝐨𝐫 𝐘𝐨𝐮𝐫 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬

𝐑𝐞𝐚𝐝 𝐌𝐨𝐫𝐞: rb.gy/h1kki6

#InsightsSuccess #DataCompression #BusinessEfficiency

Twenty-one days of data taught one lesson: output means nothing if you can’t trace its pattern. Compression is command — clarity earned in silence. 📊🐾 #ProofCycle #SystemsThinking #DataCompression #BuildFast #FightSmart

gastryker's tweet image. Twenty-one days of data taught one lesson:
output means nothing if you can’t trace its pattern.
Compression is command — clarity earned in silence. 📊🐾

#ProofCycle #SystemsThinking #DataCompression #BuildFast #FightSmart

Discover the power of #Autoencoders! Learn about this type of #ArtificialNeuralNetwork and how it can be used for #DataCompression, #AnomalyDetection, and more. Get started on your #DeepLearning journey now! 💻🧠 #MachineLearning #AI : bit.ly/3Ycjh2C #ai #ml #gpu

e2enetworks's tweet image. Discover the power of #Autoencoders! Learn about this type of #ArtificialNeuralNetwork and how it can be used for #DataCompression, #AnomalyDetection, and more. Get started on your #DeepLearning journey now! 💻🧠 #MachineLearning #AI  : bit.ly/3Ycjh2C 

#ai #ml #gpu

OP uses Optimistic Rollups, an advanced data compression method, to efficiently enhance performance. #DataCompression #OptimisticRollups

Asanzohanoi's tweet image. OP uses Optimistic Rollups, an advanced data compression method, to efficiently enhance performance. #DataCompression #OptimisticRollups

GPZ: Revolutionizing Particle Data Compression with GPU Acceleration for Researchers #DataCompression #GPUAcceleration #ScientificResearch #ParticleData #TechInnovation itinai.com/gpz-revolution… Understanding the Target Audience The primary audience for GPZ consists of research…

vlruso's tweet image. GPZ: Revolutionizing Particle Data Compression with GPU Acceleration for Researchers #DataCompression #GPUAcceleration #ScientificResearch #ParticleData #TechInnovation
itinai.com/gpz-revolution…

Understanding the Target Audience

The primary audience for GPZ consists of research…

Great panel session at SDC'23: Grokking Lossless Data Compression storagedeveloper.org #SDC23 #DataCompression

SNIA's tweet image. Great panel session at SDC'23: Grokking Lossless Data Compression storagedeveloper.org #SDC23 #DataCompression

Exciting news from @#MicronTech! Their latest patent app reveals a system to compress data transfer between CPU and DRAM using CXL. By identifying and flagging long strings of 0s or 1s, it boosts efficiency and speeds up performance! #DataCompression #CXL #US20240184477

PatentPulse's tweet image. Exciting news from @#MicronTech! Their latest patent app reveals a system to compress data transfer between CPU and DRAM using CXL. By identifying and flagging long strings of 0s or 1s, it boosts efficiency and speeds up performance! #DataCompression #CXL #US20240184477
PatentPulse's tweet image. Exciting news from @#MicronTech! Their latest patent app reveals a system to compress data transfer between CPU and DRAM using CXL. By identifying and flagging long strings of 0s or 1s, it boosts efficiency and speeds up performance! #DataCompression #CXL #US20240184477
PatentPulse's tweet image. Exciting news from @#MicronTech! Their latest patent app reveals a system to compress data transfer between CPU and DRAM using CXL. By identifying and flagging long strings of 0s or 1s, it boosts efficiency and speeds up performance! #DataCompression #CXL #US20240184477
PatentPulse's tweet image. Exciting news from @#MicronTech! Their latest patent app reveals a system to compress data transfer between CPU and DRAM using CXL. By identifying and flagging long strings of 0s or 1s, it boosts efficiency and speeds up performance! #DataCompression #CXL #US20240184477

🆕🗜️"Static/Dynamic Web Content Compression Benchmark" Real In-Memory Benchmark without any Web Server or Network overhead @jyzg github.com/powturbo/Turbo… #DataCompression #ContentEncoding #brotli #zlib #gzip #libdeflate #slz #igzip #Intel #isa_l #isal #zstd

powturbo's tweet image. 🆕🗜️"Static/Dynamic Web Content Compression Benchmark" 
Real In-Memory Benchmark without any Web Server or Network overhead @jyzg github.com/powturbo/Turbo…

#DataCompression #ContentEncoding #brotli #zlib #gzip #libdeflate #slz #igzip #Intel #isa_l #isal #zstd

🚗 #Toyota's new patent app #US20240104397A1 aims to revolutionize data storage! Their tech compresses time-series data, reducing storage needs while keeping crucial stats. Perfect for smart cars & IoT! 🌐 #DataCompression #IoT #AutomotiveInnovation

PatentPulse's tweet image. 🚗 #Toyota's new patent app #US20240104397A1 aims to revolutionize data storage! Their tech compresses time-series data, reducing storage needs while keeping crucial stats. Perfect for smart cars & IoT! 🌐 #DataCompression #IoT #AutomotiveInnovation
PatentPulse's tweet image. 🚗 #Toyota's new patent app #US20240104397A1 aims to revolutionize data storage! Their tech compresses time-series data, reducing storage needs while keeping crucial stats. Perfect for smart cars & IoT! 🌐 #DataCompression #IoT #AutomotiveInnovation
PatentPulse's tweet image. 🚗 #Toyota's new patent app #US20240104397A1 aims to revolutionize data storage! Their tech compresses time-series data, reducing storage needs while keeping crucial stats. Perfect for smart cars & IoT! 🌐 #DataCompression #IoT #AutomotiveInnovation

Discover #Huawei's latest innovation in data compression in patent application #US20240078414. This tech enhances entropy encoding/decoding by smartly linking data patches via neural networks. #DataCompression #HuaweiInnovation

PatentPulse's tweet image. Discover #Huawei's latest innovation in data compression in patent application #US20240078414. This tech enhances entropy encoding/decoding by smartly linking data patches via neural networks. #DataCompression #HuaweiInnovation
PatentPulse's tweet image. Discover #Huawei's latest innovation in data compression in patent application #US20240078414. This tech enhances entropy encoding/decoding by smartly linking data patches via neural networks. #DataCompression #HuaweiInnovation
PatentPulse's tweet image. Discover #Huawei's latest innovation in data compression in patent application #US20240078414. This tech enhances entropy encoding/decoding by smartly linking data patches via neural networks. #DataCompression #HuaweiInnovation
PatentPulse's tweet image. Discover #Huawei's latest innovation in data compression in patent application #US20240078414. This tech enhances entropy encoding/decoding by smartly linking data patches via neural networks. #DataCompression #HuaweiInnovation

Turns out I just needed to use a linked list and add nodes as needed, instead of a vector and allocating them at once. The memory usage is down ~50X. #datacompression #cplusplus old new

michaelobi99's tweet image. Turns out I just needed to use a linked list and add nodes as needed, instead of a vector and allocating them at once. The memory usage is down ~50X.
#datacompression #cplusplus
old                                                  new
michaelobi99's tweet image. Turns out I just needed to use a linked list and add nodes as needed, instead of a vector and allocating them at once. The memory usage is down ~50X.
#datacompression #cplusplus
old                                                  new

This uses way too much memory…I should try writing a custom memory manager to limit it. #cpp



3/ L3 rollups ensure dApps have the freedom for custom scaling by avoiding the #datacompression and cost limits found in L1 & L2 setups. They represent a path to #applicationspecific optimization. #CustomScaling #DAppOptimization

0xZeeve's tweet image. 3/ L3 rollups ensure dApps have the freedom for custom scaling by avoiding the #datacompression and cost limits found in L1 & L2 setups.

They represent a path to #applicationspecific optimization. #CustomScaling #DAppOptimization

I like asking @ChatGPTapp ridiculous and wildly impossible questions, so it’s nice when it replies with useful resources. 😌 Today’s topics: #datacompression, #algorithms, and #quantumcomputing! 📖

Danielledeco's tweet image. I like asking @ChatGPTapp ridiculous and wildly impossible questions, so it’s nice when it replies with useful resources. 😌

Today’s topics: #datacompression, #algorithms, and #quantumcomputing! 📖

Just check out the benefits of data compression ✨ #DataCompression #Coding Find out more about compression with GitProtect.io ⬇️ gitprotect.io/faq/does-gitpr…

GitProtectio's tweet image. Just check out the benefits of data compression ✨
#DataCompression #Coding
Find out more about compression with GitProtect.io ⬇️
gitprotect.io/faq/does-gitpr…

Loading...

Something went wrong.


Something went wrong.


United States Trends