aboutsummaryrefslogtreecommitdiffstats
path: root/zahl.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-12 20:22:11 +0100
committerMattias Andrée <maandree@kth.se>2016-03-12 20:22:11 +0100
commit5e77b994435be4bef66ff596bf931e1fff97a77c (patch)
tree3095688b2163b07057a948e859a0d2dff44511e6 /zahl.h
parentAdd simple benchmarker (diff)
downloadlibzahl-5e77b994435be4bef66ff596bf931e1fff97a77c.tar.gz
libzahl-5e77b994435be4bef66ff596bf931e1fff97a77c.tar.bz2
libzahl-5e77b994435be4bef66ff596bf931e1fff97a77c.tar.xz
64-bit chars out-perform 32-bit chars on almost all operations, and on all expensive operations
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--zahl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zahl.h b/zahl.h
index 4cb1373..f537c23 100644
--- a/zahl.h
+++ b/zahl.h
@@ -11,7 +11,7 @@
/* You should pretend like this typedef does not exist. */
-typedef uint32_t zahl_char_t;
+typedef uint64_t zahl_char_t;
/* This structure should be considered opaque. */
typedef struct {