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

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

[Dotgnu-pnet-commits] CVS: pnet/ilalink link_library.c,1.18,1.19


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ilalink link_library.c,1.18,1.19
Date: Sat, 21 Jun 2003 21:20:38 -0400

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

Modified Files:
        link_library.c 
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: link_library.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ilalink/link_library.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** link_library.c      20 Jun 2003 06:30:42 -0000      1.18
--- link_library.c      22 Jun 2003 01:20:35 -0000      1.19
***************
*** 33,42 ****
  
  /*
-  * Size of the name hash table associated with a library.
-  * Must be a power of 2.
-  */
- #define       IL_LINK_HASH_SIZE               512
- 
- /*
   * Determine if a directory exists.
   */
--- 33,36 ----





reply via email to

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