CVS update: samba/source/ubiqx

Christopher Hertel crh at samba.anu.edu.au
Fri Dec 19 09:32:59 EST 1997


Date:	Friday December 19, 1997 @ 9:32
Author:	crh

Update of /data/cvs/samba/source/ubiqx
In directory samba:/tmp/cvs-serv21691

Modified Files:
	ubi_AVLtree.c ubi_AVLtree.h 
Added Files:
	ubi_Cache.c ubi_Cache.h 
Log Message:
Adding the cache module.

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 -)-----




More information about the samba-cvs mailing list