Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 551 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 551 Bytes

Ranker

Rust

Uses Glicko2 algorithm to rank and judge anything through pairwise comparisons. This project is written in Rust for fun.

Architecture

For easy development and deployment, this app will stateful and thus should not be scaled horizontally. Some data will be persisted to database (likely SQLite), but the idea of this is to have a self-contained binary that can do it all.