issues
search
ogxd
/
gxhash
The fastest hashing algorithm 📈
https://docs.rs/gxhash
MIT License
798
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
If fallthrough
#109
ogxd
opened
6 days ago
0
feat: add Python bindings
#108
winstxnhdw
opened
1 week ago
14
Add hello_world to simplify extraction of generated bytecode with car…
#107
ogxd
closed
1 week ago
0
Update all cargo dependencies
#106
ogxd
closed
1 week ago
0
Improve accuracy of throughput benchmark and log scale chart output
#105
ogxd
closed
1 week ago
0
Fix too loosy cpu feature check for hybrid on x86
#104
ogxd
closed
1 week ago
0
Fix too permissive constrain on hybrid feature
#103
ogxd
closed
1 week ago
0
Reduce throughput benchmark biais with more fencing
#102
ogxd
closed
1 week ago
0
Reduce register spilling
#101
ogxd
opened
1 week ago
0
Read beyond asm
#100
ogxd
opened
1 week ago
0
Try with portable simd load_or_default
#99
ogxd
closed
2 weeks ago
0
Experiment with simd_masked_load to read beyond without undefined behavior
#98
ogxd
opened
2 weeks ago
0
Can we get an FFI for Python?
#97
winstxnhdw
opened
3 weeks ago
2
Unexpected wite_u8 vs write discrepancy
#96
daedric
closed
2 months ago
2
Add xxhash xxh3 mention in benchmarks
#95
ogxd
closed
3 months ago
0
Why gxhash::gxhash128 result not same as gxhash::GxHasher
#94
xpurer
closed
2 weeks ago
3
Fix all typos I could find
#93
Kleinmarb
closed
3 months ago
1
Fix little typo in hasher.rs
#92
Kleinmarb
closed
3 months ago
0
Any comparison with xxh3?
#91
sprappcom
closed
3 months ago
3
Cannot use cargo doc
#90
blyxyas
closed
2 weeks ago
2
Release v4
#89
ogxd
opened
5 months ago
0
Improve DOS resistance
#88
ogxd
opened
5 months ago
0
Add FxHash to bench
#87
ogxd
opened
5 months ago
0
need specific instructions when use as a library
#86
jianshu93
closed
5 months ago
6
Add rustc-hash to the bench?
#85
cksac
opened
5 months ago
3
Replace cargo-asm with cargo-show-asm
#84
pacak
closed
5 months ago
0
Hash has arbitrary seed-independent multicollisions, is not DoS resistant
#83
orlp
opened
5 months ago
4
Consider using simd_masked_load for the Read Beyond of Death trick
#82
matthieu-m
opened
5 months ago
14
Change seed from i64 to u64
#81
ogxd
closed
5 months ago
1
Add GxBuildHasher::with_seed
#80
imartayan
closed
5 months ago
1
Feature request: add GxBuildHasher::with_seed
#79
imartayan
closed
5 months ago
2
Change i64 seed to u64
#78
vlovich
closed
5 months ago
2
Make the algorithm more DOS resistant?
#77
vlovich
closed
2 weeks ago
2
Add check on sse2 and neon
#76
ogxd
closed
6 months ago
0
Fix doc.rs build
#75
ogxd
closed
6 months ago
0
Add no `no_std` support
#74
ogxd
closed
6 months ago
0
Remove --lib in ci
#73
ogxd
closed
6 months ago
0
Fix docs.rs build
#72
notsatvrn
closed
6 months ago
3
Use compile_error macro to replace build script
#71
ogxd
closed
6 months ago
0
write(&[1u8]) and write_u8(1) yield different hashes
#70
ambiso
closed
6 months ago
1
build script is wrong
#69
Noratrieb
closed
6 months ago
2
Fix x86 hybrid build since rust update
#68
ogxd
closed
6 months ago
0
Clarify throughput benchmarks in readme
#67
ogxd
closed
6 months ago
0
terminated by signal SIGILL (Illegal instruction)
#66
yonas
closed
6 months ago
4
Only hit the RNG once per thread
#65
vlovich
opened
6 months ago
1
Update Cargo.toml, fix https://docs.rs/crate/gxhash/latest build failed see https://docs.rs/about/metadata
#64
i18nsite
closed
6 months ago
1
how many bytes use write() each time that are most efficient?
#63
i18nsite
opened
9 months ago
0
Check at build-time if aes feature is enabled (and panic otherwise)
#62
ogxd
closed
10 months ago
0
Enforce target feature
#61
ogxd
opened
10 months ago
1
Explicitly define target features
#60
ogxd
closed
10 months ago
0
Next