summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-12 03:01:15 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-12 03:01:15 -0800
commite18525f5d6de86773df9d72dd5d5f9e2c6dca581 (patch)
tree960e8219a553b073acdc718481af740087cf464c /ChangeLog
parent3fb9836753f7685a5ce31bb67212cbb5b5c7dcad (diff)
downloadtxr-e18525f5d6de86773df9d72dd5d5f9e2c6dca581.tar.gz
txr-e18525f5d6de86773df9d72dd5d5f9e2c6dca581.tar.bz2
txr-e18525f5d6de86773df9d72dd5d5f9e2c6dca581.zip
* hash.c (struct hash): New member, equal_fun.
(hash_equal_op): Short circuited logic: whenever we pull identical cells from either hash, we don't have to go through the pending lookaside list. (make_hash, make_similar_hash): Initialize new structure member.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b04577bc..9e418e8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2014-02-12 Kaz Kylheku <kaz@kylheku.com>
+ * hash.c (struct hash): New member, equal_fun.
+ (hash_equal_op): Short circuited logic: whenever we pull
+ identical cells from either hash, we don't have to go
+ through the pending lookaside list.
+ (make_hash, make_similar_hash): Initialize new structure member.
+
+2014-02-12 Kaz Kylheku <kaz@kylheku.com>
+
* hash.c (hash_equal_op, hash_hash_op): New static functions.
(hash_ops): New functions registered in table of operations.