This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Improve PR12245 compile-time by 50%


Daniel Berlin wrote:

>> How about the hash_combine function from Boost:
>>
>> http://www.boost.org/doc/html/hash_combine.html
>
> Out of curiosity, Do you know if there is some reference for the magic
> boost seems to have chosen?

Out of (further) curiosity, do you all have strong opinions about FNV
hashing, which we adopted a few months ago for the new tr1 bits of the
library after some literature search? E.g.:

    http://www.isthe.com/chongo/tech/comp/fnv/

???

Thanks,
Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]