rapidhash
An extremely fast, high quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.
파일 탐색기
- crates.yaml
- rust.yaml
- dependabot.yaml
- bench_hash_aarch64_apple_m1_max.svg
- bench_hash_aarch64_apple_m1_max.txt
- bench_hash_aarch64_apple_m1_max_native.svg
- bench_hash_aarch64_apple_m1_max_native.txt
- bench_hash_aarch64_aws_graviton3.svg
- bench_hash_aarch64_aws_graviton3.txt
- bench_hash_aarch64_aws_graviton3_native.svg
- bench_hash_aarch64_aws_graviton3_native.txt
- bench_hash_x86_64_amd_epyc_9R14.svg
- bench_hash_x86_64_amd_epyc_9R14.txt
- bench_hash_x86_64_amd_epyc_9R14_native.svg
- bench_hash_x86_64_amd_epyc_9R14_native.txt
- bench_hash_x86_64_intel_xeon_8488c.svg
- bench_hash_x86_64_intel_xeon_8488c.txt
- bench_hash_x86_64_intel_xeon_8488c_native.svg
- bench_hash_x86_64_intel_xeon_8488c_native.txt
- CHEATSHEET.md
- generate_charts.py
- generate_table.py
- run_benchmarks.sh
- rapidhash.rs
- rapidhasher.rs
- case1
- case2
- case3
- case4
- afl_rapidhash.rs
- .gitignore
- Cargo.toml
- README.md
- global_state.rs
- mod.rs
- random_state.rs
- seedable_state.rs
- mix_np.rs
- mod.rs
- rapid_const.rs
- rapid_hasher.rs
- read_np.rs
- seed.rs
- seeding.rs
- hints.rs
- macros.rs
- mix.rs
- mod.rs
- read.rs
- mod.rs
- rapid_const.rs
- rapid_file.rs
- seed.rs
- mod.rs
- rapid_const.rs
- rapid_file.rs
- seed.rs
- mod.rs
- rapid_const.rs
- rapid_file.rs
- rapid_stream_hasher.rs
- seed.rs
- collections.rs
- fast.rs
- lib.rs
- main.rs
- quality.rs
- rng.rs
- cli.rs
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- basic.rs
- compiled.rs
- emails.rs
- main.rs
- rng.rs
- state.rs
- streaming.rs
- distribution.rs
- google-10000-english.txt
- main.rs
- urls-10000.txt
- iai-callgrind.rs
- quality.rs
- secrets.rs
- lib.rs
- Cargo.toml
- wasm.rs
- lib.rs
- wasm_behaviour.rs
- Cargo.toml
- .editorconfig
- rapidhash_rs.cpp
- rapidhash_rs.hpp
- rapidhash_v1.cpp
- rapidhash_v1.hpp
- rapidhash_v2.cpp
- rapidhash_v2.hpp
- rapidhash_v2_1.cpp
- rapidhash_v2_1.hpp
- rapidhash_v2_2.cpp
- rapidhash_v2_2.hpp
- rapidhash_v3.cpp
- rapidhash_v3.hpp
- bindings.rs
- lib.rs
- build.rs
- Cargo.toml
- lib.rs
- .gitignore
- Cargo.toml
- README.md
- .editorconfig
- .gitignore
- Cargo.toml
- CHANGELOG.md
- LICENSE-APACHE
- LICENSE-MIT
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
cargo install
설명 보기 ▼
cargo install
Build and install a Rust binary.
cargo install {{package}}@{{version}}
Install a package from <https://crates.io> (the version is optional - latest by default):
cargo install --git {{repo_url}}
Install a package from the specified Git repository:
cargo install --git {{repo_url}} --{{branch|tag|rev}} {{branch_name|tag|commit_hash}}
Build from the specified branch/tag/commit when installing from a Git repository:
// repository documentation
Was this content helpful?
(0 ratings)
