summaryrefslogtreecommitdiff
path: root/JOURNAL
diff options
context:
space:
mode:
Diffstat (limited to 'JOURNAL')
-rw-r--r--JOURNAL2
1 files changed, 1 insertions, 1 deletions
diff --git a/JOURNAL b/JOURNAL
index 7c518ce..cba64f7 100644
--- a/JOURNAL
+++ b/JOURNAL
@@ -222,7 +222,7 @@ management, as we could put instances into the hash tables and register
finalisers for them just after they were fully created.
So that's what I made the program do. One of the results is much
-shorter and clearer code, but the more interestng one is a speed
+shorter and clearer code, but the more interesting one is a speed
improvement of around the factor 3, making 100'000 calls to
NSMethodSignature#getArgumentTypeAtIndex:, which previously called
MAKE-INSTANCE for each returned value, take around 10s on my machine.