[Feedback] Genetic Algorithm to Solve Sudoku Puzzles

This page summarizes the projects mentioned and recommended in the original post on /r/rust

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. genetic-sudoku

    A Rust program designed to solve Sudoku puzzles using a multithreaded genetic algorithm.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. genetic-sudoku

    Great choice of Rayon for parallel. This is exactly the kind of thing it works well for. You can trade your Mutex for a Vec, which I think is likely a performance win and definitely cleans up the code. See this branch, which I've PR-ed. Ideally ArrayVec would implement FromParallelIterator, in which case best of both worlds: see this issue.

  4. arrayvec

    A vector with a fixed capacity. (Rust)

    Great choice of Rayon for parallel. This is exactly the kind of thing it works well for. You can trade your Mutex for a Vec, which I think is likely a performance win and definitely cleans up the code. See this branch, which I've PR-ed. Ideally ArrayVec would implement FromParallelIterator, in which case best of both worlds: see this issue.

  5. darwin-rs

    darwin-rs, evolutionary algorithms with rust

    You may be interested in darwin-rs, a crate for evolutionary algorithm that I'm working on. It uses multiple threads to speed things up, but I'm currently implementing node-crunch support, so that it can run on a cluster.

  6. node_crunch

    Discontinued Allows to distribute computations across several nodes

    You may be interested in darwin-rs, a crate for evolutionary algorithm that I'm working on. It uses multiple threads to speed things up, but I'm currently implementing node-crunch support, so that it can run on a cluster.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • C-ward: An implementation of Libc written in Rust

    2 projects | news.ycombinator.com | 23 Mar 2025
  • Keyboard Layers and Home Row Modifiers

    3 projects | dev.to | 23 Mar 2025
  • Want AI to Actually Understand Your Code? This Tool Says It Can Help

    2 projects | dev.to | 23 Mar 2025
  • Show HN: I built website for sharing Drum Patterns

    2 projects | news.ycombinator.com | 23 Mar 2025
  • Show HN: I made a Sonic Pi MCP to create music with prompts

    1 project | news.ycombinator.com | 23 Mar 2025