We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d3e95 commit c294290Copy full SHA for c294290
1 file changed
Miscellany/doc/Miscellany/CGAL/Unique_hash_map.h
@@ -27,9 +27,9 @@ of type `Data` specified in the definition of `map`.
27
28
\cgalHeading{Implementation}
29
30
-`Unique_hash_map` is implemented via a chained hashing scheme. Access
+`Unique_hash_map` is implemented via a `CGAL::unordered_flat_map`. Access
31
operations `map[i]` take expected time \cgalBigO{1}. The `table_size`
32
-parameter passed to chained hashing can be used to avoid unnecessary
+parameter passed to `CGAL::unordered_flat_map` can be used to avoid unnecessary
33
rehashing when set to the number of expected elements in the map.
34
The design is derived from the \stl `hash_map` and the \leda type
35
`map`. Its specialization on insertion only and unique hash values
0 commit comments