URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Details |
Compare with Previous |
View Log
| Line No. |
Rev |
Author |
Line |
| 1 |
20 |
jlechner |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
| 2 |
|
|
<html>
|
| 3 |
|
|
<head>
|
| 4 |
|
|
<title>Acknowledgements</title>
|
| 5 |
|
|
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
|
| 6 |
|
|
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
|
| 7 |
|
|
</head>
|
| 8 |
|
|
<body>
|
| 9 |
|
|
<h1>Acknowledgements</h1>
|
| 10 |
|
|
|
| 11 |
|
|
|
| 12 |
|
|
<ol>
|
| 13 |
|
|
<li>This library was written at the <a href = "http://www.haifa.il.ibm.com/dept/storage/network.html">Network Storage Technologies</a> Group of
|
| 14 |
|
|
<a href = "http://www.haifa.il.ibm.com/">IBM's Haifa Research Labs</a>.</li>
|
| 15 |
|
|
<li>The library is based heavily on policy-based design and uses many useful
|
| 16 |
|
|
techniques from [<a href="references.html#knuth98sorting">alexandrescu01modern</a>].
|
| 17 |
|
|
</li>
|
| 18 |
|
|
<li> Two ideas are borrowed from the SGI-STL implementation [<a href = "references.html#sgi_stl">sgi_stl</a>]:
|
| 19 |
|
|
<ol>
|
| 20 |
|
|
<li>
|
| 21 |
|
|
The prime-based resize policies use a list of primes taken from the SGI-STL implementation.
|
| 22 |
|
|
</li>
|
| 23 |
|
|
<li> The red-black trees contain both a root node and a header
|
| 24 |
|
|
node (containing metadata), connected in a way
|
| 25 |
|
|
that forward and reverse iteration can be performed efficiently.
|
| 26 |
|
|
</li>
|
| 27 |
|
|
</ol>
|
| 28 |
|
|
</li>
|
| 29 |
|
|
<li> Some test utilities borrow ideas from [<a href = "references.html#boost_timer">boost_timer</a>].
|
| 30 |
|
|
</li>
|
| 31 |
|
|
<li> We would like to thank Scott Meyers for useful comments (without attributing to him
|
| 32 |
|
|
any flaws in the design or implementation of the library).
|
| 33 |
|
|
</li>
|
| 34 |
|
|
<li> Much of the documentation is
|
| 35 |
|
|
<a href = "http://www.python.org/">
|
| 36 |
|
|
<img src="PythonPoweredSmall.gif" align=top width=55
|
| 37 |
|
|
height=22 alt="[Python Powered]" border=0>
|
| 38 |
|
|
</a>.
|
| 39 |
|
|
</li>
|
| 40 |
|
|
</ol>
|
| 41 |
|
|
|
| 42 |
|
|
|
| 43 |
|
|
|
| 44 |
|
|
</body>
|
| 45 |
|
|
|
| 46 |
|
|
</html>
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.