Skip to content
#

compression

Here are 1,482 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

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
adamhathcock
adamhathcock commented Jul 17, 2017

Document with markdown:
(samples could also be unit tests for some copy/pasting to make it easier to maintain when breaking changes occur)

  • Basic Archive usage

  • Basic Reader usage

  • Basic Writer usage

  • Options usage around leaving streams open

  • Archive Encoding usage with auto-detect

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.