From 3d1df90a45cffaf5ba80b6a137372affe52d6f72 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 26 Nov 2004 06:52:15 +0000 Subject: 2004-11-26 Havoc Pennington * dbus/dbus-message.c: reimplement message cache as an array which makes the cache about twice as fast and saves maybe 1.5% overall --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 51fee4de..1cb9bc92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-26 Havoc Pennington + + * dbus/dbus-message.c: reimplement message cache as an array which + makes the cache about twice as fast and saves maybe 1.5% overall + 2004-11-26 Havoc Pennington * dbus/dbus-threads.c (init_global_locks): forgot to put the -- cgit