From 5e77b994435be4bef66ff596bf931e1fff97a77c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 12 Mar 2016 20:22:11 +0100 Subject: 64-bit chars out-perform 32-bit chars on almost all operations, and on all expensive operations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- zahl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zahl.h') 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 { -- cgit v1.2.3-70-g09d2