K 10 svn:author V 3 pjd K 8 svn:date V 27 2009-09-07T21:58:54.820612Z K 7 svn:log V 219 If we have to use avl_find(), optimize a bit and use avl_insert() instead of avl_add() (the latter is actually a wrapper around avl_find() + avl_insert()). Fix similar case in the code that is currently commented out. END