Vadman97 / GolangChessAI

Go Chess AI - Exploring Parallel Search Techniques with a Novel Golang Chess Engine
GNU General Public License v3.0
8 stars 3 forks source link

Refactor Concurrent Hash Map, Transposition Table caches for clean code and with slight performance improvement #58

Closed Vadman97 closed 5 years ago

Vadman97 commented 5 years ago

refactor caches #39 code much cleaner and performance is improved ~10%

closing #39

codecov[bot] commented 5 years ago

Codecov Report

Merging #58 into master will increase coverage by 2.1%. The diff coverage is 0%.

@@            Coverage Diff            @@
##           master      #58     +/-   ##
=========================================
+ Coverage   56.58%   58.69%   +2.1%     
=========================================
  Files          22       22             
  Lines        1366     1317     -49     
=========================================
  Hits          773      773             
+ Misses        574      525     -49     
  Partials       19       19