Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frequentlymisseddeadlines/bitboard-benchmarks
- Owner: FrequentlyMissedDeadlines
- Created: 2024-07-21T14:05:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T14:30:58.000Z (6 months ago)
- Last Synced: 2024-07-21T15:33:29.060Z (6 months ago)
- Language: Java
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```