From bbc0cee63702cc344fa399c4ca4e45756bb0b721 Mon Sep 17 00:00:00 2001 From: Olivier Andrieu Date: Mon, 5 Sep 2005 19:37:19 +0000 Subject: 2005-09-05 Olivier Andrieu * dbus/dbus-object-tree.c (find_subtree_recurse): a couple of optimizations (bug #710): - do a binary search in the tree - insert a new child at the right place directly, no need for qsort anymore - do the "double alloc" thing when allocating children --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 750a1ec2..cfd06612 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-09-05 Olivier Andrieu + + * dbus/dbus-object-tree.c (find_subtree_recurse): + a couple of optimizations (bug #710): + - do a binary search in the tree + - insert a new child at the right place directly, no need for + qsort anymore + - do the "double alloc" thing when allocating children + 2005-08-31 John (J5) Palmieri * python/Makefile.am: Break on pyrexc errors instead of ignoring them -- cgit