Skip to content
#

compression

Here are 1,424 public repositories matching this topic...

Christilut
Christilut commented Nov 6, 2019

Is your feature request related to a problem? Please describe.
I'm copying text one tab into another to run it with another recipe. But when I change back to the first tab, the text I originally selected is no longer selected. It would be nice if this is remembered because when working with a wall of text, it's near impossible to figure out where I was.

This applies to both to input and th

ThomasWaldmann
ThomasWaldmann commented Apr 13, 2020

If somebody has some time for FUSE benchmarking:

diff --git a/src/borg/fuse.py b/src/borg/fuse.py
index 429790e4..27ab1c1a 100644
--- a/src/borg/fuse.py
+++ b/src/borg/fuse.py
@@ -644,12 +644,13 @@ def read(self, fh, offset, size):
                 data = self.data_cache[id]
                 if offset + n == len(data):
                     # evict fully read chunk from cache
-     
ShaoyuanLi
ShaoyuanLi commented Jun 20, 2018

Hello,

I have learned corto(vclab) and other mesh compression library.I have read some papers such as Edgebreaker: Connectivity compression for triangle meshes and Edge breaker on a Corner Table : A simple technique for representing and compressing triangulated surfaces.However draco code seems more complexity than below projects and papers.Is there technical papers or algorithm documents w

braddabug
braddabug commented Nov 30, 2017

I think there's an extra #endif in tinyfiles.h. Around line 88 there's this:

#if defined( TINYPATH_IMPLEMENTATION )
#endif TINYPATH_IMPLEMENTATION

That #endif doesn't look like it should be there. I get compilation errors about the final #endif having no matching #if

luiscape
luiscape commented Dec 12, 2016

When installing the protobuf dependencies on a Debian machine, I ran into the following error:

$ make
protoc-c --c_out=. cstore.proto
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-s
extesy
extesy commented Apr 18, 2017

Zstandard (also known as zstd) has a great speed and compression ratio tradeoff. It also has a backing of a huge company (Facebook) and its repo is very active. I would love to be able to use zstd with configurable compression strength in SharpCompress. On its highest setting it is comparable to PPMd for compression ratio, but faster.

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

You can’t perform that action at this time.