sandbox VS perftree

Compare sandbox vs perftree and see what are their differences.

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
sandbox perftree
2 1
6 48
- -
7.7 0.0
8 months ago 27 days ago
Rust Rust
GNU General Public License v3.0 only 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.

sandbox

Posts with mentions or reviews of sandbox. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-12.

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 sandbox and perftree you can also consider the following projects:

rstest - Fixture-based test framework for Rust

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

sandbox-templates - 👡 Repository of Environments for the Sandbox Application

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

siderunner - A runtime for selenium `.side` files

Walleye - A chess engine written from scratch in Rust ♞

ferris-fetch - 🎨🦀 A system information tool for Rustaceans

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

ut-cli - A command line tool to handle a unix timestamp.

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

cargo-is-tested - Assure that your tests are there, and well written.

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