llogiq / bytecount

Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast
Apache License 2.0
225 stars 26 forks source link

implement wasm32 simd, optimize aarch64 num_chars, bump version #88

Closed llogiq closed 1 year ago

llogiq commented 1 year ago

This mostly ports the aarch64 version to wasm32, which is quite similar but for the fact that it has no horizontal addition.

cc @Veedrac