-
I'm observing unexpected behavior in ImHex 1.35.4 where `std::hash::crc32()` returns a different result on every evaluation in the pattern editor console.
Context: I am writing a pattern to parse a…
-
Create a function called `GEN_crc32_checksum(input_arr, input_arr_len, output_arr)`. Specify the length of the output array in the comments.
Compute the checksum, using an existing implementation. …
-
Hi maintainers! I'm a big fan of the simplicity of this package, and I've been using it for years in my software.
It's come to my attention in https://github.com/thejoshwolfe/yazl/issues/82 that no…
-
I want to use crc32 hash function in remap, can you provide support for this.
-
大文件分片上传时(一片5M),大概append分片文件上传到1G时左右时,就变的非常慢,此时调用storage查询INFO文件也非常慢,我的环境大概10秒左右吧。原因是什么呢?难道是每片文件上传到fastdfs后,fastdfs都会对当前整个文件(如当前分片已经追加到1G)做crc32计算吗,而不是从记录的上一片crc32为基准再计算当前文件的crc32吗。麻烦说明下为什么这么慢,怎么解决呢
当…
-
出现上述问题,flashDB无法进行存储
-
- [x] a basic implementation that is obviously correct to test against
- [x] an efficient rust version
- [x] move the `std::arch::x86_64::_mm_crc32_u32` intrinsic into the crc32 module, make it plat…
-
When parsing this sample: https://koodous.com/apks/5e30b1bcfc94bd41c69f33b24329297eda7f65f8b29490d7c3c6e169ecbcf494
I get errors "negative seek value -2", "Bad CRC-32 for file 'tex.header'", "Bad mag…
-
Hi Mark,
Thanks for a great project. I'm looking for efficient crc32 implementation for Intel 64.
I see that zlib has great implementation of algorithm based on `PCLMULQDQ` instruction.
However it is…
-
朱老师,您好,我这边使用KVDB过程中有出现CRC校验出错的情况,是哪里出问题了呀;我这边使用的是最新提交2.0的库