dje-dev / Ceres

Ceres - an MCTS chess engine for research and recreation
GNU General Public License v3.0
153 stars 23 forks source link

Little code optimization #43

Closed ekfvoddl3536 closed 3 years ago

ekfvoddl3536 commented 3 years ago

== EN == Using unnecessary lambda expressions lengthens the code, making it difficult to read and slowing execution.

== KR (original text) == 무분별한 람다식의 사용은 코드를 길게 만들어 읽기 힘들게 만들고, 실행 속도를 늦춥니다.

ekfvoddl3536 commented 3 years ago

This issue appears to be resolved