Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/functional/hash/doc/thanks.qbk @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 1.2 KB
Line 
1
2[/ Copyright 2005-2006 Daniel James.
3 / Distributed under the Boost Software License, Version 1.0. (See accompanying
4 / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
5
6[section:acknowledgements Acknowledgements]
7
8This library is based on the design by Peter Dimov's original design.
9
10During the initial development Joaquín M López Muñoz made many useful
11suggestions, contributed fixes.
12
13The formal review was managed by Thorsten Ottosen, and the library reviewed by:
14David Abrahams, Alberto Barbati, Topher Cooper, Caleb Epstein, Dave Harris,
15Chris Jefferson, Bronek Kozicki, John Maddock, Tobias Swinger, Jaap Suter, Rob
16Stewart and Pavel Vozenilek. Since then, there have been further contributions
17from Daniel Krügler, Alexander Nasonov, 沈慧峰 and John Maddock.
18
19The implementation of the hash function for pointers is based on suggestions
20made by Alberto Barbati and Dave Harris. Dave Harris also suggested an
21important improvement to [funcref boost::hash_combine] that was taken up.
22
23Some useful improvements to the floating point hash algorithm were suggested
24by Daniel Krügler.
25
26The original implementation came from Jeremy B. Maitin-Shepard's hash table
27library, although this is a complete rewrite.
28
29[endsect]
Note: See TracBrowser for help on using the repository browser.