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
26
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update README for new flags
#45
Veedrac
closed
6 years ago
1
Fancy new algorithm on stable SIMD and a bunch of other stuff
#44
Veedrac
closed
6 years ago
5
The last version cannot bench on 1.20 anymore
#43
llogiq
closed
5 years ago
7
Make sure we do not create an unaligned slice
#42
RalfJung
closed
6 years ago
4
CLI version
#41
clarfonthey
closed
5 years ago
6
CI: run clippy if it's available
#40
llogiq
opened
6 years ago
0
benchmark -C codegen-units=N
#39
llogiq
closed
6 years ago
2
[Experimental] Convert benchmarks to criterion
#38
llogiq
closed
6 years ago
10
[Experiment] Use coresimd, runtime feature detection and a faster, shorter algorithm
#37
Veedrac
closed
6 years ago
39
Remove now-harmful [T; 4] vectorization
#36
Veedrac
closed
6 years ago
2
Speed up count_hyper and num_chars_hyper
#35
AdamNiederer
opened
6 years ago
12
bump quickcheck to 0.6
#34
ignatenkobrain
closed
6 years ago
0
bump rand to 0.4
#33
ignatenkobrain
closed
6 years ago
1
release-0.3.0, deny missing docs
#32
llogiq
closed
6 years ago
0
Docstring called wrong functions
#31
Veedrac
closed
6 years ago
1
improve num_chars perf
#30
llogiq
closed
6 years ago
1
num_chars
#29
Veedrac
closed
6 years ago
4
bump quickcheck to 0.5
#28
ignatenkobrain
closed
6 years ago
3
make bytecount no-std, add categories/badges
#27
llogiq
closed
7 years ago
0
Add no_std support
#26
oli-obk
closed
7 years ago
1
new variant: naive with 32bit count
#25
llogiq
closed
7 years ago
0
Failed to parse manifest
#24
jackpot51
closed
6 years ago
3
"avx-accel" not available
#23
hongxuchen
closed
7 years ago
4
Update LICENSE.MIT file
#22
jmagnuson
closed
7 years ago
1
Update LICENSE.MIT file
#21
jmagnuson
closed
7 years ago
0
Cargo.toml: bump quickcheck to 0.4.1
#20
ignatenkobrain
closed
7 years ago
1
How does this work?
#19
NeoLegends
closed
7 years ago
2
fix rust 1.9.0 compatibility
#18
llogiq
closed
7 years ago
0
fix rust compat
#17
llogiq
closed
7 years ago
2
Replace `Iterator::sum()` with `fold`
#16
llogiq
closed
7 years ago
5
Some minor style cleanup
#15
pthariensflame
closed
7 years ago
2
fixed some clippy warnings
#14
llogiq
closed
7 years ago
2
Add appveyor config
#13
llogiq
closed
7 years ago
0
Add method to count UTF-8 chars
#12
llogiq
closed
6 years ago
16
Specialized algorithm for different ranges of values.
#11
Veedrac
closed
7 years ago
6
Use naive count below ~75 elements in haystack
#10
llogiq
closed
7 years ago
5
convert benchmarks to bluss' bencher
#9
llogiq
closed
7 years ago
4
benchmark on stable + beta
#8
llogiq
closed
7 years ago
3
Use quickcheck for tests
#7
vks
closed
8 years ago
5
build on stable / beta as well
#6
llogiq
closed
7 years ago
7
Mark `ByteChunk` as unsafe
#5
gereeter
closed
7 years ago
2
Make README links absolute
#4
Stebalien
closed
8 years ago
0
Returns wrong value on some inputs
#3
zdanz
closed
8 years ago
10
Safer version, roughly (but not quite) as fast
#2
Veedrac
closed
8 years ago
5
Failing test
#1
Veedrac
closed
8 years ago
0
Previous