-
Thanks for releasing models with reduced size https://twitter.com/xenovacom/status/1698742891118493905 .
I was thinking of further reduction using compression algorithm like brotli. I have tested c…
-
We are trying to use Brotli in [Sming Framework](https://github.com/SmingHub/Sming) ( an embedded framework for a microprocessor with limited RAM and CPU).
We would like to use only the decompressio…
slaff updated
5 years ago
-
Just an idea for the next format.
Currently prelude and content sections have multiple small streams (1 stream for each dictionary),
and when decoding the file, decoder has to allocate buffer for …
-
Hi!
I am really not a C developer so I might 100% be doing something wrong, but I realized that the `"OFF"` value of CMake presets don't actually turn off the features. You can easily test it by turn…
-
https://github.com/kothar/brotli-go/tree/master is not pure golang code. This caused issues for cross compiling, so we removed it in https://codereview.chromium.org/2989713002/.
Filing a bug to add…
-
Just wanted to let you know that brotli significantly improves compression for this usecase, probably mostly because of brotli's [integrated dictionary](https://gist.github.com/klauspost/2900d5ba6f9b6…
-
While I can't tell if my last issue was fixed with this release, there's now another issue with 0.10.2 preventing the app from even opening:
```
flatpak run vn.hoabinh.quan.CoBang
Traceback (most…
-
I'm investigating Brotli for use in Java Android apps. I'm not aware of any project which provides this capability (if you are, I'd like to know), so I would like to build an interceptor for Android's…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is…
-
Have you thought about creating a multi-architecture jar and at init time look at the current architecture and load that native library?
[zstd-jni](https://github.com/luben/zstd-jni) and [lz4-java]…