From efb2d26dfed7b03558432641704a37dc62ce3842 Mon Sep 17 00:00:00 2001 From: tromp Date: Thu, 3 Nov 2016 19:13:29 -0400 Subject: [PATCH] mention verify() bug in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 15574ec..e56b79a 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ On the morning of the submission deadline day, discussion on sorting with judge made me realize that my 2nd stage bucket sort could benefit from linking rather than listing xor-able slots, which gave me the final speed boost. +On Thursday Nov 3, user elbandi on Slack reported a bug in verify() where it allows a non-zero +final digit in the top-level xor. That is now fixed. + More detailed documentation is available in the equi_miner.h source code. Performance summary (on 4GHz i7-4790K and NVidia GTX980):