compression
Here are 1,854 public repositories matching this topic...
-
Updated
Mar 25, 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
-
Updated
Mar 22, 2021 - Kotlin
-
Updated
Mar 29, 2021 - C++
-
Updated
Mar 19, 2021 - C++
-
Updated
May 15, 2019 - Java
-
Updated
Jan 17, 2021 - Python
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;
-
Updated
Jan 31, 2021 - JavaScript
-
Updated
Apr 1, 2021 - C++
-
Updated
Mar 31, 2021 - JavaScript
-
Updated
Jan 13, 2021 - Swift
-
Updated
Aug 25, 2019 - Visual Basic
-
Updated
Mar 29, 2021 - PHP
-
Updated
Mar 8, 2021 - C
-
Updated
Mar 18, 2021 - Shell
-
Updated
Mar 30, 2021 - C#
-
Updated
Jan 8, 2021 - JavaScript
-
Updated
Feb 7, 2021 - SCSS
-
Updated
Mar 31, 2021 - Python
-
Updated
Dec 10, 2020 - C
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Mar 31, 2021 - Python
-
Updated
Mar 19, 2021 - Python
-
Updated
Jan 11, 2021 - C
-
Updated
Mar 21, 2021 - Pascal
-
Updated
Mar 30, 2021 - TypeScript
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