Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/doc/html/hash/acknowledgements.html @ 46

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

updated boost from 1_33_1 to 1_34_1

File size: 3.4 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title> Acknowledgements</title>
5<link rel="stylesheet" href="../boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
7<link rel="start" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
8<link rel="up" href="../hash.html" title="Chapter 7. Boost.Functional/Hash">
9<link rel="prev" href="links.html" title=" Links">
10<link rel="next" href="../lambda.html" title="Chapter 8. Boost.Lambda">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%">
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
15<td align="center"><a href="../../../index.htm">Home</a></td>
16<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="../../../people/people.htm">People</a></td>
18<td align="center"><a href="../../../more/faq.htm">FAQ</a></td>
19<td align="center"><a href="../../../more/index.htm">More</a></td>
20</table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="links.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../hash.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="../lambda.html"><img src="../images/next.png" alt="Next"></a>
24</div>
25<div class="section" lang="en">
26<div class="titlepage"><div><div><h2 class="title" style="clear: both">
27<a name="hash.acknowledgements"></a> Acknowledgements</h2></div></div></div>
28<p>
29      This library is based on the design by Peter Dimov's original design.
30    </p>
31<p>
32      During the initial development Joaquín M López Muñoz made many useful suggestions,
33      contributed fixes.
34    </p>
35<p>
36      The formal review was managed by Thorsten Ottosen, and the library reviewed
37      by: David Abrahams, Alberto Barbati, Topher Cooper, Caleb Epstein, Dave Harris,
38      Chris Jefferson, Bronek Kozicki, John Maddock, Tobias Swinger, Jaap Suter,
39      Rob Stewart and Pavel Vozenilek. Since then, there have been further contributions
40      from Daniel Krügler, Alexander Nasonov, &#27784;&#24935;&#23792; and John Maddock.
41    </p>
42<p>
43      The implementation of the hash function for pointers is based on suggestions
44      made by Alberto Barbati and Dave Harris. Dave Harris also suggested an important
45      improvement to <code class="computeroutput"><a href="../boost/hash_combine.html" title="Function template hash_combine">boost::hash_combine</a></code>
46      that was taken up.
47    </p>
48<p>
49      Some useful improvements to the floating point hash algorithm were suggested
50      by Daniel Krügler.
51    </p>
52<p>
53      The original implementation came from Jeremy B. Maitin-Shepard's hash table
54      library, although this is a complete rewrite.
55    </p>
56</div>
57<table width="100%"><tr>
58<td align="left"></td>
59<td align="right"><small>Copyright © 2005, 2006 Daniel James</small></td>
60</tr></table>
61<hr>
62<div class="spirit-nav">
63<a accesskey="p" href="links.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../hash.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="../lambda.html"><img src="../images/next.png" alt="Next"></a>
64</div>
65</body>
66</html>
Note: See TracBrowser for help on using the repository browser.