Re: [OPEN-ILS-DEV] PATCH: osrf_hash[ch] (new implementation)

2008-05-15 Thread Bill Erickson
On Sunday 06 April 2008 8:16 Scott McKellar wrote: If you prefer, I can wait till you apply yesterday's patches and create new patches then. Or I can send you entire files instead of patches. Whatever is least troublesome for you. Scott, would it be possible to get an updated set of

[OPEN-ILS-DEV] PATCH: osrf_hash[ch] (new implementation)

2008-04-06 Thread Scott McKellar
These patches provide a new and more efficient implementation of osrfHash, using a hash table for random lookups and a doubly linked list for iterations. It is more efficient for two main reasons. First, for iterations it doesn't maintain a separate copy of the keys, that then have to go