Update table formatting in intro to use monospaced font

This commit is contained in:
Christian Mazakas
2023-05-18 13:14:58 -07:00
parent 3d640ac032
commit f1bc948be8

View File

@ -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`
|=== |===