1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source/ubiqx
Christopher R. Hertel 45962779a6 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 -)-----
0001-01-01 00:00:00 +00:00
..
COPYING.LIB Modified Files: 0001-01-01 00:00:00 +00:00
README.UBI Modified Files: 0001-01-01 00:00:00 +00:00
ubi_AVLtree.c Adding the cache module. 0001-01-01 00:00:00 +00:00
ubi_AVLtree.h Adding the cache module. 0001-01-01 00:00:00 +00:00
ubi_BinTree.c While working on a general-purpose caching module (out soon), I thought of 0001-01-01 00:00:00 +00:00
ubi_BinTree.h While working on a general-purpose caching module (out soon), I thought of 0001-01-01 00:00:00 +00:00
ubi_Cache.c Adding the cache module. 0001-01-01 00:00:00 +00:00
ubi_Cache.h Adding the cache module. 0001-01-01 00:00:00 +00:00
ubi_dLinkList.c moved ubi_ modules back into the ubiqx directory. 0001-01-01 00:00:00 +00:00
ubi_dLinkList.h moved ubi_ modules back into the ubiqx directory. 0001-01-01 00:00:00 +00:00
ubi_sLinkList.c Modified Files: 0001-01-01 00:00:00 +00:00
ubi_sLinkList.h Modified Files: 0001-01-01 00:00:00 +00:00
ubi_SplayTree.c While working on a general-purpose caching module (out soon), I thought of 0001-01-01 00:00:00 +00:00
ubi_SplayTree.h While working on a general-purpose caching module (out soon), I thought of 0001-01-01 00:00:00 +00:00
ubi_StackQueue.c Modified Files: 0001-01-01 00:00:00 +00:00
ubi_StackQueue.h Modified Files: 0001-01-01 00:00:00 +00:00

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