Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Windows large pages #2656

Closed

Commits on May 12, 2020

  1. Add support for Windows large pages

    As is with Linux, large pages may add a significant bump to nps
    numbers, especially on large hashes.
    
    On my Windows box, go depth 30 on startpos increases the speed from
    13.8 Mnps to 14.6 Mnps with 32 GB hash when large pages are
    enabled. This is roughly a +6% speed increase.
    
    No functional change
    skiminki committed May 12, 2020
    Configuration menu
    Copy the full SHA
    1c53ec9 View commit details
    Browse the repository at this point in the history
  2. Add documentation for large pages on Linux and Windows

    No functional change
    skiminki committed May 12, 2020
    Configuration menu
    Copy the full SHA
    af5e263 View commit details
    Browse the repository at this point in the history