Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frequentlymisseddeadlines/bitboard-benchmarks

Benchmark bitboard implementation of some chess moves
https://github.com/frequentlymisseddeadlines/bitboard-benchmarks

Last synced: 1 day ago
JSON representation

Benchmark bitboard implementation of some chess moves

Awesome Lists containing this project

README

        

This is the code of this medium article: [Do not try this at work… but here is a trick that can improve your code performance by a factor 100!](https://medium.com/@frequentlymisseddeadlines/do-not-try-this-at-work-but-here-is-a-trick-that-can-improve-your-code-performance-by-a-factor-100-9cc59b6fb4fe)

To run the benchmark:
``` bash
mvn clean package
java -jar target/benchmarks.jar BenchmarkPawnAttackingSquares
```