Walleye VS perftree

Compare Walleye vs perftree and see what are their differences.

Walleye

A chess engine written from scratch in Rust ♞ (by MitchelPaulin)

perftree

Perft debugger. Compare your chess engine to Stockfish and quickly find discrepancies in move generation. (by agausmann)
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
Walleye perftree
2 1
119 48
- -
1.8 0.0
about 2 years ago 27 days ago
Rust Rust
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Walleye

Posts with mentions or reviews of Walleye. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-06.
  • Chrust - Chess Engine Written in Rust
    2 projects | /r/rust | 6 Jan 2022
    Hey, author of Walleye here. Also learned rust by writing my own chess engine :). Played a game and it looks neat, really cool you deployed it on your own server with its own frontend.
  • First Rust Project: A Chess Engine
    1 project | /r/rust | 19 Jun 2021
    I have been wanting to learn rust for a while and recently decided to just sit down and make something. For some reason I decided a chess engine would be a good first project despite having no experience with either rust or chess engines... Anyway here it is

perftree

Posts with mentions or reviews of perftree. We have used some of these posts to build our list of alternatives and similar projects.
  • The importance of Perft -- a debugging story
    1 project | /r/chessprogramming | 25 Jan 2023
    I eventually realised that the only solution was to compare my move generator to an actual working one, and after a bit of digging, I came across Adam Gaussman's [perftree](https://github.com/agausmann/perftree) debugger. It seemed just the ticket, though I'd have to add some new code to my project to tie into his script, and to handle its move name convention. In the end I just used what perftree does in the background -- standard Stockfish's command line interface. I still had to rewrite my Perft test to spit out the counts under each top level move, so I could compare it to Stockfish, but this wasn't too hard.

What are some alternatives?

When comparing Walleye and perftree you can also consider the following projects:

KhepriChess - Chess engine written in TypeScript, from scratch. Browser and UCI support.

sandbox - ⏳ A Command-Line Sandbox Tester for Different Environments

fastchess - Predicts the best chess move with 27.5% accuracy by a single matrix multiplication

chess-rs - A Chess Engine written in Rust that runs natively and on the web!

chess - A chess library, chess engine, Lichess client, and UCI implementation written in Java

Pleco - A Rust-based re-write of the Stockfish Chess Engine

cozy-chess - A Chess and Chess960 move generation library written in Rust

cargo-hack - Cargo subcommand to provide various options useful for testing and continuous integration.

shakmaty - A Rust library for chess and chess variant rules and operations

lila-tablebase - Tablebase server

cargo-minimal-versions - Cargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions.