compression
Here are 2,029 public repositories matching this topic...
-
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
-
Updated
Jun 17, 2021 - Kotlin
-
Updated
Mar 29, 2021 - C++
-
Updated
Jul 13, 2021 - C++
-
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;
-
Updated
Jan 17, 2021 - Python
-
Updated
Jul 22, 2021 - C++
-
Updated
May 5, 2021 - JavaScript
-
Updated
Jul 9, 2021 - Go
-
Updated
Jul 3, 2021 - JavaScript
-
Updated
May 29, 2021 - Swift
-
Updated
May 23, 2021 - Visual Basic .NET
-
Updated
Jul 22, 2021 - PHP
-
Updated
Mar 8, 2021 - C
-
Updated
Jun 4, 2021 - C#
-
Updated
Jun 23, 2021 - Shell
-
Updated
Jan 8, 2021 - JavaScript
-
Updated
Jul 23, 2021 - Python
-
Updated
Jul 24, 2021 - Pascal
-
Updated
Jun 21, 2021 - SCSS
-
Updated
Dec 10, 2020 - C
-
Updated
Jun 30, 2021 - Python
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jun 12, 2021 - TypeScript
-
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