The Wayback Machine - https://web.archive.org/web/20210725040444/https://github.com/topics/compression
Skip to content
#

compression

Here are 2,029 public repositories matching this topic...

Christilut
Christilut commented Nov 6, 2019

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

ThomasWaldmann
ThomasWaldmann commented Jan 27, 2021

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

Improve this page

Add a description, image, and links to the compression topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the compression topic, visit your repo's landing page and select "manage topics."

Learn more