issues
search
BurntSushi
/
memchr
Optimized string search routines for Rust.
The Unlicense
899
stars
102
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
tests: fix compiling tests with beta and nightly
#168
rhysd
opened
2 hours ago
0
doc: fix typographical errors
#167
tshakalekholoane
closed
5 days ago
0
[feature request] memchr_inv?
#166
cyphar
opened
1 month ago
1
Improve: Call target directly from unsafe_ifunc macro whenever possible.
#165
Sewer56
opened
1 month ago
1
Make this crate build on big-endian aarch64.
#162
he32
opened
1 month ago
13
memmem::find performance regression since 2.6.0
#161
Ambyjkl
opened
2 months ago
3
Full Compile-Time Processor Feature Detection
#160
Sewer56
opened
2 months ago
24
Transition from wasm32-wasi to wasm32-wasip1, fix clippy lint
#158
purplesyringa
opened
3 months ago
10
Support for lt/gt conditions
#157
purplesyringa
opened
3 months ago
1
benchmarks: add ad hoc benchmark for 'quick-strings'
#156
BurntSushi
opened
3 months ago
8
Please add a feature to switch to a basic implementation
#155
glandium
opened
4 months ago
4
all: improve perf of memchr fallback (v2)
#154
stepancheg
opened
5 months ago
0
revert fallback memchr optimization
#153
BurntSushi
closed
5 months ago
3
`v2.7.3` breaks big endian targets
#152
CryZe
closed
5 months ago
4
Faster memchr, memchr2 and memchr3 in generic version
#151
stepancheg
closed
5 months ago
8
add documentation for internal code structure and organization
#150
betelgeuse
opened
6 months ago
3
require 'simd128' on 'wasm32'
#149
BurntSushi
closed
7 months ago
1
`memchr4`
#148
turalcar
closed
7 months ago
1
Alternate API ordering suggestion
#147
MavenRain
closed
7 months ago
2
ci: reintroduce x86-64 test for non-SSE environment
#146
mkroening
closed
7 months ago
2
Cannot compile with thin-lto on MinGW
#145
clubby789
closed
8 months ago
1
The force-enabling of SIMD128 feature can lead to unloadable WASMs in some browsers
#144
stephanemagnenat
closed
7 months ago
9
Remove obsolete exclusions
#143
atouchet
closed
10 months ago
1
arch: simplify and improve is_equal_raw
#142
BurntSushi
closed
10 months ago
2
doc: fix a typo
#141
Oliver-Piorun
closed
10 months ago
0
Add Derive `Clone` to `FindIter`
#140
adriandelgado
closed
10 months ago
2
`x86` performance regression `2.5.0` -> `2.6.0`
#139
cgbur
closed
10 months ago
16
Update Cargo.toml `package.description`
#138
nc7s
closed
1 year ago
1
arch/all/count: remove SWAR implementation of byte counting
#137
BurntSushi
closed
1 year ago
0
New SIMD improvements break MSRV for aarch64 targets
#136
complexspaces
closed
1 year ago
2
consider semver-checks
#135
conradludgate
opened
1 year ago
8
unsafe impl Sync+Send
#134
conradludgate
closed
1 year ago
0
`Memchr<'_>` is no longer `Sync` from v2.6
#133
Nugine
closed
1 year ago
2
use `alloc` instead of `std` for `FinderRev::into_owned`
#132
BurntSushi
closed
1 year ago
1
Add rust-version to Cargo.toml
#131
atouchet
closed
1 year ago
0
Update MSRV in `README.md`
#130
TheBlueMatt
closed
1 year ago
0
add aarch64 SIMD implementations of memchr and memmem (and other goodies)
#129
BurntSushi
closed
1 year ago
3
Add `--generate-link-to-definition` option when building on docs.rs
#128
GuillaumeGomez
closed
1 year ago
0
crate: add 'alloc' feature
#127
BurntSushi
closed
1 year ago
1
memmem: add new HeuristicFrequencyRank
#126
BurntSushi
closed
1 year ago
0
ci: include macos-11,13
#125
chenrui333
closed
1 year ago
1
failed to compile `memchr 2.5.0` on macos-12 and macos-11
#124
chenrui333
closed
1 year ago
2
Minor updates to `FindIter`
#123
Lucretiel
closed
1 year ago
0
no-std + cpu feature detection?
#122
VorpalBlade
closed
1 year ago
5
Feature request: no-std + alloc
#121
VorpalBlade
closed
1 year ago
3
Add compile time cpu feature detection when `no_std`
#120
MarcusGrass
closed
1 year ago
3
Runtime customization of byte-frequency table - Default type param version
#119
sentrip
closed
1 year ago
0
Runtime customization of byte-frequency table
#118
sentrip
closed
1 year ago
5
Runtime configuration of byte frequency table used to classify rare bytes
#117
sentrip
closed
1 year ago
10
Add support for optional runtime selection of byte-frequency table.
#116
sentrip
closed
1 year ago
4
Next