From b5b337d4044a8e64956b8a2309739353f9ce339e Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Thu, 28 Jan 2021 12:01:42 -0500 Subject: It would appear that any function call whatsoever is slower :/ For now we'll stay with directly recomputing it at each non-terminal node --- include/zobrist.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/zobrist.h') diff --git a/include/zobrist.h b/include/zobrist.h index 4e760ca..cfc2941 100644 --- a/include/zobrist.h +++ b/include/zobrist.h @@ -10,6 +10,3 @@ zobrist_init(void); uint64_t zobrist_compute(void); - -uint64_t -zobrist_apply(const action_t action, uint64_t hash); -- cgit v1.3.1