mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
45962779a6
I'll be using the cache module to replace the name cache in mangle.c. The new one should be much faster and should require less memory. Another feature is that the cache size can be limited by the amount of memory used in addition to the number of entries allowed. With the current cache, the default is to allocate 12800 bytes representing 50 entries (256 bytes each). With the same amount of memory, I should be able to load over around two hundred entries. Changes to the AVL trees were minor (missing comments). Chris -)----- |
||
---|---|---|
.. | ||
COPYING.LIB | ||
README.UBI | ||
ubi_AVLtree.c | ||
ubi_AVLtree.h | ||
ubi_BinTree.c | ||
ubi_BinTree.h | ||
ubi_Cache.c | ||
ubi_Cache.h | ||
ubi_dLinkList.c | ||
ubi_dLinkList.h | ||
ubi_sLinkList.c | ||
ubi_sLinkList.h | ||
ubi_SplayTree.c | ||
ubi_SplayTree.h | ||
ubi_StackQueue.c | ||
ubi_StackQueue.h |
Thu Oct 16 11:07:18 CDT 1997 Files in the samba/source/ubiqx directory which begin with the prefix "ubi_" are licensed under the terms of the GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL). A copy of the LGPL should also be included in this directory under the name COPYING.LIB. If this file is not present, you can obtain a copy of the LGPL by writing to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. See http://www.interads.co.uk/~crh/ubiqx/ for more info and additional available modules. Chris Hertel Samba Team samba-bugs@samba.anu.edu.au