diff doodle/utils/prog/hash_test.d @ 119:8343c1dafac6

Make it compile under latest GtkD. Rewrote dupes.d as a single function
author David Bryant <bagnose@gmail.com>
date Thu, 21 Apr 2011 18:12:13 +0930
parents b569d7d5064f
children
line wrap: on
line diff
--- a/doodle/utils/prog/hash_test.d	Wed Apr 20 22:37:16 2011 +0930
+++ b/doodle/utils/prog/hash_test.d	Thu Apr 21 18:12:13 2011 +0930
@@ -24,8 +24,8 @@
         */
         aa[digest] = true;
 
-        if (count % 1000 == 0) {
-            writefln("%s %s", count, digest);
+        if (count % 10000 == 0) {
+            writefln("%s %3s", count, digest);
         }
 
         //writefln("%s %s", count, digest);