compression
Here are 2,029 public repositories matching this topic...
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
-
Updated
Jul 24, 2021 - Jupyter Notebook
the borg files cache can be rather large, because it keeps some information about all files that have been processed recently.
lz4 is a very fast compression / decompression algorithm, so we could try to use it to lower the in-memory footprint of the files cache entries.
before implementing this, we should check how big the savings typically are - to determine whether it is worthwhile doing
An android image compression library.
-
Updated
Jun 17, 2021 - Kotlin
Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
-
Updated
Mar 29, 2021 - C++
Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.
-
Updated
Jul 13, 2021 - C++
Android multi-media selector based on MVP mode.
-
Updated
May 15, 2019 - Java
I've been treating tuShorten/tuWiden as a string-ish conversion between UTF16 and UTF 8, so I recommend this.
Here's the code; add it to the end of every tuShorten/tuWiden function.
if (out < (original_out + out_len)) out = 0;
Insane(ly slow but wicked good) PNG image optimization
-
Updated
Jan 17, 2021 - Python
Mesh optimization library that makes meshes smaller and faster to render
-
Updated
Jul 22, 2021 - C++
Node.js compression middleware
-
Updated
May 5, 2021 - JavaScript
Optimized Go Compression Packages
-
Updated
Jul 9, 2021 - Go
Hide secrets with invisible characters in plain text securely using passwords 🧙🏻♂️
-
Updated
Jul 3, 2021 - JavaScript
Swift framework for zipping and unzipping files.
-
Updated
May 29, 2021 - Swift
Visual Interface for the Windows 10 Compact Function
-
Updated
May 23, 2021 - Visual Basic .NET
CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
-
Updated
Jul 22, 2021 - PHP
Columnar storage extension for Postgres built as a foreign data wrapper. Check out https://github.com/citusdata/citus for a modernized columnar storage implementation built as a table access method.
-
Updated
Mar 8, 2021 - C
SharpCompress is a fully managed C# library to deal with many compression types and formats.
-
Updated
Jun 4, 2021 - C#
A self-extracting archiving tool for Unix systems, in 100% shell script.
-
Updated
Jun 23, 2021 - Shell
Compress JSON into URL friendly strings
-
Updated
Jan 8, 2021 - JavaScript
A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.
-
Updated
Jul 23, 2021 - Python
Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager. Features volume spanning, compression, authenticated encryption. Supports 7Z, 7-Zip sfx, ACE, ARJ, Brotli, BZ2, CAB, CHM, CPIO, DEB, GZ, ISO, JAR, LHA/LZH, NSIS, OOo, PAQ/LPAQ, PEA, QUAD, RAR, RPM, split, TAR, Z, ZIP, ZIPX, Zstandard.
-
Updated
Jul 24, 2021 - Pascal
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
-
Updated
Jun 21, 2021 - SCSS
New generation entropy codecs : Finite State Entropy and Huff0
-
Updated
Dec 10, 2020 - C
Simple, configuration-driven backup software for servers and workstations
-
Updated
Jun 30, 2021 - Python
Simple image compression full website code written in node, react and next.js framework. Easy to deploy as a microservice.
-
Updated
Jul 17, 2020 - JavaScript
A Github Action that automatically compresses JPEGs, PNGs and WebPs in Pull Requests.
-
Updated
Jun 12, 2021 - TypeScript
zlib replacement with optimizations for "next generation" systems.
-
Updated
Jul 22, 2021 - C
Improve this page
Add a description, image, and links to the compression topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the compression topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.
Describe the solution you'd like
After tab switching, scroll position should be remembere