• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5<title>Acknowledgements</title>
6<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
7<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
8<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
9<link rel="up" href="../hash.html" title="Chapter 10. Boost.ContainerHash">
10<link rel="prev" href="links.html" title="Links">
11<link rel="next" href="../conversion.html" title="Chapter 11. The Conversion Library 1.7">
12</head>
13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14<table cellpadding="2" width="100%"><tr>
15<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
16<td align="center"><a href="../../../index.html">Home</a></td>
17<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
18<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
19<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
20<td align="center"><a href="../../../more/index.htm">More</a></td>
21</tr></table>
22<hr>
23<div class="spirit-nav">
24<a accesskey="p" href="links.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../hash.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../conversion.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
25</div>
26<div class="section">
27<div class="titlepage"><div><div><h2 class="title" style="clear: both">
28<a name="hash.acknowledgements"></a><a class="link" href="acknowledgements.html" title="Acknowledgements">Acknowledgements</a>
29</h2></div></div></div>
30<p>
31      This library is based on the design by Peter Dimov. During the initial development
32      Joaquín M López Muñoz made many useful suggestions and contributed fixes.
33    </p>
34<p>
35      The formal review was managed by Thorsten Ottosen, and the library reviewed
36      by: David Abrahams, Alberto Barbati, Topher Cooper, Caleb Epstein, Dave Harris,
37      Chris Jefferson, Bronek Kozicki, John Maddock, Tobias Swinger, Jaap Suter,
38      Rob Stewart and Pavel Vozenilek. Since then, further constructive criticism
39      has been made by Daniel Krügler, Alexander Nasonov and 沈慧峰.
40    </p>
41<p>
42      The implementation of the hash function for pointers is based on suggestions
43      made by Alberto Barbati and Dave Harris. Dave Harris also suggested an important
44      improvement to <code class="computeroutput"><a class="link" href="reference.html#boost.hash_combine">boost::hash_combine</a></code>
45      that was taken up.
46    </p>
47<p>
48      Some useful improvements to the floating point hash algorithm were suggested
49      by Daniel Krügler.
50    </p>
51<p>
52      The original implementation came from Jeremy B. Maitin-Shepard's hash table
53      library, although this is a complete rewrite.
54    </p>
55</div>
56<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
57<td align="left"></td>
58<td align="right"><div class="copyright-footer">Copyright © 2005-2008 Daniel
59      James<p>
60        Distributed under the Boost Software License, Version 1.0. (See accompanying
61        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
62      </p>
63</div></td>
64</tr></table>
65<hr>
66<div class="spirit-nav">
67<a accesskey="p" href="links.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../hash.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../conversion.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
68</div>
69</body>
70</html>
71