issues
search
llogiq
/
bytecount
Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast
Apache License 2.0
225
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow fallback when wasm is specified without SIMD128
#96
cmccall-epilog
opened
5 days ago
0
src/lib.rs: make this build on big-endian aarch64.
#95
he32
closed
1 month ago
4
Using simd128 leads to unloadable Wasm on older browsers
#94
alecmocatta
opened
3 months ago
4
bump version to 0.6.8
#93
llogiq
closed
7 months ago
0
remove `packed_simd` in favor of `std::simd` and `#![feature(portable_simd)]`
#92
ytmimi
closed
7 months ago
6
`generic-simd` feature fails to build on nightly
#91
ytmimi
closed
7 months ago
0
Aarch64 build appears broken
#90
inferiorhumanorgans
opened
1 year ago
3
Version 0.6.5 is broken on wasm targets (version 0.6.3 worked)
#89
stephanemagnenat
closed
1 year ago
6
implement wasm32 simd, optimize aarch64 num_chars, bump version
#88
llogiq
closed
1 year ago
0
Version 0.6.4
#87
llogiq
closed
1 year ago
0
Avoid use of SSE4.1 intrinsic for SSE2
#86
Freaky
closed
1 year ago
3
SSE2 path uses SSE4.1 intrinsic
#85
Freaky
closed
1 year ago
1
Update edition from 2018 to 2021
#84
roynrishingha
closed
1 year ago
3
Switch back to packed_simd dependency
#83
atouchet
closed
1 year ago
1
Add aarch64 SIMD specialization
#82
llogiq
closed
1 year ago
6
Update criterion requirement from 0.4 to 0.5
#81
dependabot[bot]
opened
1 year ago
0
AArch64 support?
#80
Nugine
opened
1 year ago
0
Main branch name is master, not main
#79
palfrey
closed
2 years ago
0
Redo Linux/Mac CI with github actions
#78
palfrey
closed
2 years ago
3
update criterion
#77
llogiq
closed
2 years ago
0
Update criterion requirement from 0.3 to 0.4
#76
dependabot[bot]
closed
2 years ago
1
Upgrade Version
#75
evolvedmicrobe
closed
2 years ago
3
Update `packed_simd`
#74
evolvedmicrobe
closed
2 years ago
1
Micro-optimization of AVX2 sum
#73
mjguynn
closed
2 years ago
3
Fix crates.io badge
#72
atouchet
closed
3 years ago
1
Documentation, naive_count_32 vs naive_count
#71
ndmitchell
closed
2 years ago
5
Optimisation question: fold vs count
#70
ndmitchell
closed
3 years ago
4
Upgrade to GitHub-native Dependabot
#69
dependabot-preview[bot]
closed
3 years ago
0
Update quickcheck requirement from 0.9 to 1.0
#68
dependabot-preview[bot]
closed
3 years ago
0
Update rand requirement from 0.7 to 0.8
#67
dependabot-preview[bot]
closed
3 years ago
0
Fixed overflow bug
#66
Veedrac
closed
3 years ago
1
bytecount::num_chars returns wrong value if cpu doesn't support avx2 feature
#65
kwist-sgr
closed
3 years ago
6
Needs crates.io release
#64
dtolnay
closed
4 years ago
1
Use packed_simd_2
#63
Gelbpunkt
closed
4 years ago
1
understanding SIMD intrinsics
#62
CeleritasCelery
closed
4 years ago
2
add Miri CI
#61
RalfJung
closed
4 years ago
4
Use inclusive range instead of chaining 255 to range.
#60
philippeitis
closed
4 years ago
1
update all dependencies. This requires at least Rust 1.32.0
#59
llogiq
closed
5 years ago
0
Update quickcheck requirement from 0.8 to 0.9
#58
dependabot-preview[bot]
closed
5 years ago
1
Update criterion requirement from 0.2.7 to 0.3.0
#57
dependabot-preview[bot]
closed
5 years ago
1
Update rand requirement from 0.6 to 0.7
#56
dependabot-preview[bot]
closed
5 years ago
1
version 0.5.1
#55
llogiq
closed
5 years ago
0
Algorithm failed on big endian machines #53
#54
Veedrac
closed
5 years ago
1
"Fancy new algorithm" doesn't work on big-endian machines
#53
infinity0
closed
4 years ago
13
Update dependencies – this now requires at least Rust 1.27.2
#52
llogiq
closed
5 years ago
0
fix double-semicolon
#51
RalfJung
closed
6 years ago
2
Clippy fixes
#50
waywardmonkeys
closed
6 years ago
3
Fix typos.
#49
waywardmonkeys
closed
6 years ago
1
remove unneeded html_report feature
#48
ignatenkobrain
opened
6 years ago
1
exclude CI files
#47
ignatenkobrain
closed
6 years ago
3
Next