issues
search
shepmaster
/
jetscii
A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.
Apache License 2.0
113
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
const `ByteSubstring::new`
#59
jonathanstrong
opened
2 months ago
0
Remove usage of actions-rs from CI
#58
shepmaster
closed
1 year ago
0
Misc Updates
#57
Dr-Emann
opened
1 year ago
20
Versions 0.4.1 to 0.4.4 fail to compile
#56
Finomnis
opened
2 years ago
5
Fix buffer overflows in find
#55
saethlin
closed
2 years ago
8
Add benchmarks to source code
#54
dralley
opened
2 years ago
5
Remove unused workflow argument
#53
shepmaster
closed
2 years ago
0
Support 32-bit x86 with SSE4.2 as well
#52
shepmaster
closed
2 years ago
0
fix i686 builds
#51
cstkingkey
closed
2 years ago
10
ByteSubstring: add an option to used an owned needle (not borrowed)
#50
tsnoam
opened
3 years ago
17
Remove Travis cruft
#49
shepmaster
closed
3 years ago
0
Leftover Travis CI badge in Readme
#48
atouchet
closed
3 years ago
0
Fix crates.io badge and update links
#47
atouchet
closed
3 years ago
1
Convert Travis config into GitHub Actions config
#46
shepmaster
closed
3 years ago
0
Do not perform a cmpestri operation on a zero-length haystack
#45
martony38
closed
3 years ago
2
potential segfault when using find
#44
martony38
closed
3 years ago
1
Publishing the new version to crates.io
#43
teovoinea
closed
3 years ago
2
Update region requirement from 2.0.0 to 3.0.0
#42
dependabot[bot]
closed
3 years ago
0
Eliminate warning
#41
shepmaster
closed
3 years ago
0
Upgrade to GitHub-native Dependabot
#40
dependabot-preview[bot]
closed
3 years ago
0
use const generics for the `PackedCompare` control byte
#39
lqd
closed
3 years ago
2
Update proptest requirement from 0.10.1 to 1.0.0
#38
dependabot-preview[bot]
closed
3 years ago
1
Update proptest requirement from 0.9.0 to 0.10.1
#37
dependabot-preview[bot]
closed
4 years ago
0
Update proptest requirement from 0.9.0 to 0.10.0
#36
dependabot-preview[bot]
closed
4 years ago
1
x86 does not support sse4.2, neither simd is implemented
#35
ignatenkobrain
closed
5 years ago
3
Build fails on i686
#34
ignatenkobrain
closed
5 years ago
4
Update proptest requirement from 0.8.3 to 0.9.0
#33
dependabot-preview[bot]
closed
5 years ago
0
Update region requirement from 1.0.0 to 2.0.0
#32
dependabot-preview[bot]
closed
5 years ago
0
Test on macOS and Windows as well
#31
shepmaster
closed
5 years ago
0
Use cross-platform crates for page boundary tests
#30
RReverser
closed
5 years ago
2
Tests don't compile on Windows
#29
RReverser
closed
5 years ago
0
Add a Changelog
#28
shepmaster
closed
6 years ago
0
Relicense as MIT or Apache-2
#27
shepmaster
closed
6 years ago
0
Add ByteRanges
#26
ghost
closed
3 years ago
4
Use _mm_extract_epi16 to extract the mask
#25
ghost
closed
6 years ago
3
Fix coalescing of pcmpestri/pcmpestrm instructions
#24
ghost
closed
6 years ago
14
Remove false positive for misaligned haystack
#23
shepmaster
closed
6 years ago
2
Consider a hybrid SIMD+table lookup
#22
brson
opened
6 years ago
1
Remove compilation warnings
#21
shepmaster
closed
6 years ago
0
Restore Substring support
#20
shepmaster
closed
6 years ago
3
jetscii returns incorrect result in mysterious circumstances
#19
brson
closed
6 years ago
23
Update test dependencies
#18
shepmaster
closed
6 years ago
0
Move most of the README to the crate docs
#17
shepmaster
closed
6 years ago
0
Rewrite to be based on platform intrinsics
#16
shepmaster
closed
6 years ago
0
Fix tables in README
#15
nabijaczleweli
closed
6 years ago
1
Cleanup of cruft
#14
shepmaster
closed
8 years ago
0
expose more primitive operations
#13
BurntSushi
opened
8 years ago
23
Relicense under dual MIT/Apache-2.0
#12
emberian
closed
6 years ago
7
Improve substring search performance for corner cases
#11
bluss
opened
9 years ago
24
Support the full 16 bytes
#10
bluss
closed
9 years ago
10
Next