Skip to content

提速 2/3

Compare
Choose a tag to compare
@calcitem calcitem released this 15 Sep 12:00
· 3973 commits to master since this release
  • 将 stack 的容器由 deque 改为 vector 以提速 9%.
  • 将 Hash Map 的锁去掉以提速 28%.
  • 降低白方第4步以及黑方最后3步一层搜索, 提速 50%