[Feedback] Genetic Algorithm to Solve Sudoku Puzzles

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • genetic-sudoku

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

  • 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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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.

  • 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.

  • 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.

  • 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

  • Rust: Box Is a Unique Type

    7 projects | news.ycombinator.com | 2 May 2024
  • Ask HN: Are there any open source forks of nomad smd consul?

    4 projects | news.ycombinator.com | 2 May 2024
  • Exploring Nushell, a Rust-powered, cross-platform shell

    1 project | dev.to | 2 May 2024
  • A tale of TimescaleDB, SQLx and testing in Rust

    1 project | dev.to | 2 May 2024
  • Macroquad egui DevTools: Rust Game Debugging UI

    3 projects | dev.to | 2 May 2024