mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-02-21 17:47:22 +08:00
| .. | ||
| advances | ||
| lib/vector_search | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
tig-algorithms
A Rust crate that hosts algorithm submissions (code and advances) made by Innovators in TIG.
Submissions are committed to their own branch with the naming pattern:
<challenge_name>\<algorithm_name>
Code submissions will have a Rust implementation at:
src/<challenge_name>/<algorithm_name>/benchmarker_outbound.rs
Advance submissions will have a Markdown file at:
advances/<challenge_name>/<algorithm_name>.md
Important Links for Innovators
- Getting Started for Innovators
- Code Submission Rewards
- Advance Submission Rewards
- Code vs Advances
- TIG Licensing Explainer
License
Each algorithm submission will have 5 versions, each under a specific license:
commercialwill be under TIG commercial licenseopen_datawill be under TIG open data licensebenchmarker_outboundwill be under TIG benchmarker outbound licenseinnovator_outboundwill be under TIG innovator outbound licenseinboundwill be under TIG inbound license