dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/csdoc doc_tree.h,1.9,1.10


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/csdoc doc_tree.h,1.9,1.10
Date: Sat, 21 Jun 2003 21:20:38 -0400

Update of /cvsroot/dotgnu-pnet/pnet/csdoc
In directory subversions:/tmp/cvs-serv2075/csdoc

Modified Files:
        doc_tree.h 
Log Message:


Adjust some hash table sizes to be prime numbers rather than powers of two,
to help spread items more evenly across the table.


Index: doc_tree.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/csdoc/doc_tree.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** doc_tree.h  18 Jun 2002 04:25:38 -0000      1.9
--- doc_tree.h  22 Jun 2003 01:20:35 -0000      1.10
***************
*** 44,48 ****
   * Information that is stored about an entire documentation tree.
   */
! #define       IL_DOC_HASH_SIZE                        512
  struct _tagILDocTree
  {
--- 44,48 ----
   * Information that is stored about an entire documentation tree.
   */
! #define       IL_DOC_HASH_SIZE                        509
  struct _tagILDocTree
  {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]