issues
search
rusticstuff
/
simdutf8
SIMD-accelerated UTF-8 validation for Rust.
Other
531
stars
26
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Makes the panic test conditional on aarch64_neon
#57
almann
closed
2 years ago
0
Adds support for WASM 128-bit SIMD
#56
almann
closed
2 years ago
11
UTF-8 reordering and deletion detector
#55
chadbrewbaker
closed
2 years ago
1
Benchmark against simdutf/simdutf
#54
hkratz
opened
3 years ago
0
Mislink on Windows with lld and thinlto
#53
djkoloski
closed
1 year ago
3
Fix endofline encoding on unix
#52
ghost
closed
3 years ago
2
Optimize remainder validation
#51
hkratz
opened
3 years ago
0
CI: test Rust toolchain caching
#50
hkratz
closed
2 years ago
3
Use released version of rustup again as the OOM issue has been fixed.
#49
hkratz
closed
3 years ago
1
Only require SSE 4.1 as no SSE 4.2 instructions are used.
#48
hkratz
closed
2 years ago
1
Prepare v0.1.3
#47
hkratz
closed
3 years ago
0
Add changelog
#46
hkratz
closed
3 years ago
0
CI: Try w/ rustup beta
#45
hkratz
closed
3 years ago
0
Implement streaming validation (WIP)
#44
hkratz
closed
3 years ago
0
ARMv7 Neon support WIP (does not compile yet)
#43
hkratz
closed
2 weeks ago
1
Prepare v0.1.2 release
#42
hkratz
closed
3 years ago
0
Remove aligned reads and enable prefetch on AVX 2
#41
hkratz
closed
3 years ago
0
Add prefetch code, configurable, disabled right now
#40
hkratz
closed
3 years ago
4
Updates for neon
#39
hkratz
closed
3 years ago
0
Add support for an x86/x64 SSSE3 variant
#38
hkratz
opened
3 years ago
0
Grammar
#37
hkratz
closed
3 years ago
0
Add support for WebAssembly SIMD
#36
hkratz
closed
1 year ago
0
Experimental stdsimd implementation
#35
hkratz
closed
2 weeks ago
1
Aarch64 performance fixes
#33
hkratz
closed
3 years ago
0
Optimize common case that only ASCII is validated some more
#32
hkratz
closed
3 years ago
0
aarch64 support with nightly Rust (prototype)
#31
hkratz
closed
3 years ago
8
Refactor for reuse and to be closer in line with the original simdjson implementation
#30
hkratz
closed
3 years ago
0
Remove internal memcpy implementation
#29
hkratz
closed
3 years ago
2
CI: Cross-compile for i686 as well.
#28
hkratz
closed
3 years ago
0
The functions `validate_utf8_basic` should not be labeled unsafe
#27
ArniDagur
closed
3 years ago
3
Add SIMD-enabled replacement for std::str::is_ascii()
#26
hkratz
opened
3 years ago
1
Add streaming API which works with the basic and compat APIs
#25
hkratz
opened
3 years ago
2
Prepare next release
#24
hkratz
closed
3 years ago
0
Research on aarch64 support
#23
chadbrewbaker
closed
3 years ago
12
Update benchmarks docs and make cargo bench do something useful
#22
hkratz
closed
3 years ago
0
Benchmarking error
#21
chadbrewbaker
closed
3 years ago
1
enable clippy::nursery
#20
hkratz
closed
3 years ago
1
v.next
#19
hkratz
closed
3 years ago
0
Port ASCII optimization from simdjson: Check whole block at once
#18
hkratz
closed
3 years ago
0
Performance fix: if the last block is 64 bytes, process it without copying
#17
hkratz
closed
3 years ago
0
Run CI on Ubuntu, macOS, Windows
#16
hkratz
closed
3 years ago
0
Enable CI workflow for cross-compilation to armv7/aarch64
#15
hkratz
closed
3 years ago
0
fix build errors
#14
chadbrewbaker
closed
3 years ago
4
Pull alignment out of the macro, align sse4.2 to 16 byte boundaries
#13
hkratz
closed
3 years ago
0
Use std for input data < 64 bytes on x86
#12
hkratz
closed
3 years ago
0
Enable clippy::nursery lints
#11
hkratz
closed
3 years ago
0
Ensure compatibility with 1.38.0 as Minimum Supported Rust Version
#10
hkratz
closed
3 years ago
0
Add std::error::Error impl for both Utf8Error variants
#9
hkratz
closed
3 years ago
0
Mark main entry points as #[inline].
#8
hkratz
closed
3 years ago
1
Integrating into simd-json
#7
CJP10
closed
3 years ago
3
Previous
Next