bytecount
bytecount copied to clipboard
Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast
We may want to have one nightly build that runs clippy over our code. Clippy gets new and improved lints all the time, so having it run could be useful.
Hello! I've managed to simplify this library's code and features and get a pretty sizeable speedup by using `faster` instead of `simd`. We get a 5.5x speedup in the best...
``` Intrinsic has incorrect return type! ptr @llvm.aarch64.neon.ld1x4.v16i8.p0i8 in function _ZN4core9core_arch10arm_shared4neon9generated11vld1q_u8_x417h224d569be9c8b1b6E LLVM ERROR: Broken function found, compilation aborted! error: could not compile `bytecount` (lib) warning: build failed, waiting for other...
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.5.0] - 2023-05-23 Changed Replaced lazy_static dependency with once_cell Improved documentation of the html_reports feature...
AArch64 SIMD has been stabilized since Rust 1.61.
I believe I'm seeing the same as this issue with this crate: * https://github.com/BurntSushi/memchr/issues/144 Here's wasm2wat showing the functions at issue: ```wat (func $bytecount::simd::wasm::chunk_count::h678df4b5a0bba3e6 (type 13) (param i32 i32 i32)...