Michele Caini
e7e248b526
doc: minor changes
2025-02-25 12:31:07 +01:00
Lucy
8883281848
doc: fix multiple grammar and spelling issues in docs ( #1212 )
2025-02-25 10:27:31 +01:00
Michele Caini
feeb10a5f8
doc: table
2024-05-14 14:39:44 +02:00
Michele Caini
42cef49a7f
doc: general update
2024-05-13 11:55:30 +02:00
Michele Caini
06680c64eb
doc: dense set
2023-08-19 16:00:05 +02:00
Michele Caini
684ddc9de9
doc: minor changes
2023-04-21 08:42:52 +02:00
Michele Caini
f0e02d6d39
doc: container.md
2022-11-09 12:15:02 +01:00
Michele Caini
f432dc6bdc
dense_map:
...
* uses-allocator construction
* iterators model forward/random access iter types but are in the input iter category
* iter value_type is pair<const T &, U &>/pair<const T &, const U &> (zip iter types)
* no risky UBs due to type punning or destroy/construct within a vector
2022-03-17 11:39:45 +01:00
Michele Caini
7eec610d21
container:
...
* dense_hash_map -> dense_map
* dense_hash_set -> dense_set
2022-01-28 13:35:16 +01:00
Michele Caini
16e3cfc589
container: added dense_hash_set
2021-10-30 13:45:02 +02:00
Michele Caini
af249098cd
container: sparse set based dense hash map
2021-10-12 16:50:28 +02:00