kiddo

(โ˜… 173)

Kiddo

  • .codecov.yml
  • .commitlintrc.yaml
  • .gitignore
  • .grcov.yml
  • .pre-commit-config.yaml
  • AVAILABLE_CI_BENCHMARK_OPTIONS.md
  • build.rs
  • build_cpp_competitors.rs
  • Cargo.toml
  • CHANGELOG.md
  • codecov.yml
  • git-cliff.toml
  • justfile
  • LICENSE-APACHE
  • LICENSE-MIT
  • perf results.txt
  • README.md
  • release-plz.toml
  • renovate.json
  • ultimate_f64_avx2_nearest_one_generic_dist_kernel_k_macro.rs
  • ultimate_f64_avx512_nearest_one_generic_dist_kernel_k_macro.rs
  • ultimate_f64_avx512_nearest_one_sq_euc_kernel.rs
  • ultimate_f64_avx512_nearest_one_sq_euc_kernel_k_macro.rs
  • ultimate_f64_neon_nearest_one_generic_dist_kernel_k_macro.rs

# Installation Guide

1. Get the code
git clone https://github.com/sdd-org/kiddo

Downloads the entire project code from GitHub to your computer.

cd kiddo

Moves into the project folder you just downloaded.

2. Rust

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Rust (rustup) Installing via rustup also installs cargo.
cargo build --release

Compiles the Rust project.

cargo run

Builds and then immediately runs the program.

โœ… If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation