-
Zstandard ([RFC 8878](https://datatracker.ietf.org/doc/html/rfc8878)) is well-positioned to replaced GZIP ([RFC 1952](https://datatracker.ietf.org/doc/html/rfc1952)) as the de-facto compression format…
dsnet updated
2 months ago
-
Hello,
there are mature, included in the major Linux distros programs such as pigz, pbizp2 and lbzip2. These compress faster while being on par on compression ratios. The last one (lbzip2) seems to…
-
Android 11 added support for Brotli compression in sync push/pull, Android 12 further added lz4 and zstd support. Using compression can result in up to 2x transfer speed.
Algorithms:
- [ ] Brot…
-
If one looks at the original paper, and how the `hash` function (`PRF` in our case) is used:
* `buf[0] = hash(cnt++, passwd, salt)`
* `buf[m] = hash(cnt++, buf[m-1])`
* `buf[m] = hash(cnt++, prev, …
-
9 / 9
- [x] Usage of Backend (model/locations.py) utilizing data compression
- [x] Frontend, displaying different transition pages, on click DOM events.
- [x] API hooks from the frontend are utili…
-
https://crates.io/crates/object_store
## Pros
- Offload complexity of different backends, gaining any new implementations for free
- More consistent (and probably better thought out) interface
…
-
### Describe the bug, including details regarding any error messages, version, and platform.
In `format/Message.fbs`, the Arrow project documents two options for compression:
```
enum Compression…
-
### Prerequisite Checklist
- [X] I searched for [existing issues](https://github.com/search?q=repo%3ASFML%2FSFML&type=issues) to prevent duplicates
- [X] I searched for [existing discussions on th…
-
I have been working with Bitcoin's fork of LevelDB and from profiling LevelDB have noticed that the path used by Bitcoin is not handled very efficiently by LevelDB.
Some background: Bitcoin stores …
-
**What would you like to be added**:
Grype should download a smaller file during it's database update, probably by using .zstd compression on the current database schema.
**Why is this needed**:…