Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CorentinGS/chess
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.3
Choose a base ref
...
head repository: CorentinGS/chess
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.4
Choose a head ref
  • 2 commits
  • 11 files changed
  • 2 contributors

Commits on Feb 5, 2025

  1. feat: improve perf and uci notation (#26)

    * feat: optimize UCI notation handling and improve castling move conversion
    
    * feat: remove unused castleMap variable to streamline code
    
    * feat: enhance hex string parsing and FEN validation in Zobrist hashing to reduce allocs and improve performances by 200%
    
    * feat: optimize XOR operations in Zobrist hashing for improved performance and reduced allocations
    
    * feat: improve efficiency of hex string conversion and optimize Polyglot hash retrieval
    
    * feat: rename addTag method to AddTag for consistency with Go naming conventions
    
    * feat: update addTag method calls to AddTag for consistency with Go naming conventions
    
    * feat: add unit tests for UCI notation decoding and enhance Move.AddTag documentation
    
    * feat: add error handling for hex string decoding in polyglot hash initialization
    
    * feat: add bounds checking to GetPolyglotHashBytes for safer access
    CorentinGS authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    85f540d View commit details
    Browse the repository at this point in the history
  2. chore(version): v2.0.4

    CorentinGS committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    7056ad0 View commit details
    Browse the repository at this point in the history
Loading