Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octopus-prime/helloworld
https://github.com/octopus-prime/helloworld
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/octopus-prime/helloworld
- Owner: octopus-prime
- Created: 2023-03-08T16:04:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-22T13:27:59.000Z (over 1 year ago)
- Last Synced: 2023-12-14T23:15:46.323Z (11 months ago)
- Language: C++
- Size: 294 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloWorld
## Linux
cmake -DCMAKE_CXX_COMPILER=g++-13 -DCMAKE_BUILD_TYPE=Release -B build
## Windows
cmake -G "Visual Studio 17 2022" -A x64 -S . -B "build"
cmake --build build --config Release
## Performance (perft 7)
| | This | Crafty | Stockfish | QPerft |
|-------|------------|------------|------------|------------|
| Nodes | 3195901860 | 3195901860 | 3195901860 | 3195901860 |
| Time | 32.50 | 46.76 | 12.30 | 12.66 |
| Perf | 98353479 | 68346917 | 259913944 | 252440905 |## Crafty
perft 7## Stockfish
stockfish bench 0 1 7 current perft## QPerft
perft 7## Master
n = 3195901860
c = 27690545
t = 32.50
p = 98353479## Branch (Pseudo + Filter)
n = 3195901860
c = 6
t = 36.6345
p = 87237453## Branch (Legal)
n = 3195901860
c = 0
t = 13.9392
p = 229274428