-
`/tmp/ccVtZtlA.o: In function ``main':
main.cpp:(.text+0xde): undefined reference to ``crc32'
collect2: error: ld returned 1 exit status`
-
I see you use crc32 a lot (like we do at `borgbackup`).
Are you aware that `zlib.crc32` is very fast on macOS and super slow on Linux?
See there:
- https://github.com/borgbackup/borg/pull/6387
…
-
```
good day
Writing you here to ask for little help ( don't know how to contact with you in
other way). Recently i try to adopt plf extractor for Parrots Bluetooth kit.
Looks like they have similar…
-
### Description of the feature you would like to add
With the [velero-plugin-for-aws 1.9.1](https://github.com/vmware-tanzu/velero-plugin-for-aws/releases/tag/v1.9.1), they started setting a default …
-
I use @node.rs/crc32 as a dependency in **Pixi.js AssetPack**. The whole app crashes as in **@node-rs/crc32 node** package in **browser.js** there's
```
export * from '@node-rs/crc32-wasm32-wasi'
`…
-
### Describe the feature
Currently CRC32 implementation is not optimized for SSE4.2 or AVX512.
### Use Case
Provide better performance for CRC32 using HW optimized implementation
### Proposed S…
-
Hello !
This issue isn't to point out that something isn't working but since the repository is meant for learning I'll ask my question 😄
I'm currently trying to understand how CRC-32 works if I wa…
x1mus updated
3 years ago
-
src/boot/compress.cpp:156:45: error: use of undeclared identifier 'crc32_z'; did you mean 'crc32'?
zo{}, out(nullptr), outsize(0), crc(crc32_z(0L, Z_NULL, 0)), in_total(0), bp(0) {
…
-
### Feature description
Huge request to the developer to release a version of hiddify-next for arm64, Raspbian Bookworm OS.
System parameters:
lscpu
```
Architecture: aa…
-
Etcher has started exposing the calculated crc32 checksum of an image after it's flashed; it would cut down on our documentation if we used that to verify both the download and the flashed drive.
…