18
0
Fork
You've already forked egypt-binary-version
0
No description
  • Rust 100%
2022年01月14日 14:11:09 +01:00
src add second version 2022年01月14日 14:11:09 +01:00
.gitignore first version of calc 2022年01月13日 23:37:54 +01:00
Cargo.lock first version of calc 2022年01月13日 23:37:54 +01:00
Cargo.toml add second version 2022年01月14日 14:11:09 +01:00
LICENSE Initial commit 2022年01月13日 23:33:22 +01:00
README.md add second version 2022年01月14日 14:11:09 +01:00

egypt-rs

Compiling

  • You need a working rust toolchain, preferably rustup. With at least rust 1.58.0

Compile with cargo build --release --bin and get the executables from target/release.

Set the environment flag RUSTFLAGS to "-C target-cpu=native" for further compile-time optimizations.

Note: This program is only semi-optimized. It's recommended to take a look at SIMD for max performance.