mirror of
https://github.com/boostorg/unordered.git
synced 2026-05-19 23:24:44 +02:00
Some more work on the unordered containers documentation.
[SVN r2889]
This commit is contained in:
+1
-3
@@ -9,7 +9,7 @@ containers in TR1, so the interface was fixed. But there are still some
|
||||
implementation desicions to make. The priorities for the library are
|
||||
conformance to the standard and portability.
|
||||
|
||||
[section Number of Buckets]
|
||||
[h2 Number of Buckets]
|
||||
|
||||
There are two popular methods for choosing the number of buckets in a hash
|
||||
table. One is to have a prime number of buckets. This allows .... (TODO)
|
||||
@@ -28,5 +28,3 @@ Method which don't tend to work as well as taking the modulous of a prime,
|
||||
have little efficiency advantage and don't work well for (TODO: what are they called?).
|
||||
|
||||
[endsect]
|
||||
|
||||
[endsect]
|
||||
|
||||
Reference in New Issue
Block a user