mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 11:27:15 +02:00
Update table formatting in intro to use monospaced font
This commit is contained in:
@ -22,27 +22,28 @@ Boost.Unordered offers a catalog of hash containers with different standards com
|
|||||||
performances and intented usage scenarios:
|
performances and intented usage scenarios:
|
||||||
|
|
||||||
[caption=, title='Table {counter:table-counter}. Boost.Unordered containers']
|
[caption=, title='Table {counter:table-counter}. Boost.Unordered containers']
|
||||||
[cols="1,1,.^1", frame=all, grid=rows]
|
[cols="1,1,.^1", frame=all, grid=all]
|
||||||
|===
|
|===
|
||||||
^h|
|
^h|
|
||||||
^h|*Node-based*
|
^h|*Node-based*
|
||||||
^h|*Flat*
|
^h|*Flat*
|
||||||
|
|
||||||
^.^h|*Closed addressing*
|
^.^h|*Closed addressing*
|
||||||
^| `boost::unordered_set` +
|
^m|
|
||||||
`boost::unordered_map` +
|
boost::unordered_set +
|
||||||
`boost::unordered_multiset` +
|
boost::unordered_map +
|
||||||
`boost::unordered_multimap`
|
boost::unordered_multiset +
|
||||||
^|
|
boost::unordered_multimap
|
||||||
|
^| N/A
|
||||||
|
|
||||||
^.^h|*Open addressing*
|
^.^h|*Open addressing*
|
||||||
^| `boost::unordered_node_set` +
|
^m| boost::unordered_node_set +
|
||||||
`boost::unordered_node_map`
|
boost::unordered_node_map
|
||||||
^| `boost::unordered_flat_set` +
|
^m| boost::unordered_flat_set +
|
||||||
`boost::unordered_flat_map`
|
boost::unordered_flat_map
|
||||||
|
|
||||||
^.^h|*Concurrent*
|
^.^h|*Concurrent*
|
||||||
^|
|
^| N/A
|
||||||
^| `boost::concurrent_flat_map`
|
^| `boost::concurrent_flat_map`
|
||||||
|
|
||||||
|===
|
|===
|
||||||
|
Reference in New Issue
Block a user