Skip to content

Commit 36fb635

Browse files
Update README.md
1 parent 8580dc5 commit 36fb635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Some features:
77

88
- intelligently prune non-promising branches of the search tree with Maxparts method
99
- pre-computed score table
10-
- super fast (thanks to Clang) polynomial dot product hashing for equivalence pruning
10+
- super fast (thanks to Clang compiler) hybrid polynomial dot product & hash table equivalence pruning
1111
- custom tuned vectorization of loops
1212

1313
How to compile and run:
@@ -33,6 +33,6 @@ Example end of output:
3333

3434
5625 / 1296 = 4.34028 average moves to finish!
3535

36-
19.9356 seconds
36+
16.0356 seconds
3737

3838
Press Enter to exit...

0 commit comments

Comments
 (0)