Skip to content

Commit c5fa5d9

Browse files
authored
Update README.md
1 parent 1e02258 commit c5fa5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ rea::regulated_slot_list<std::string, get_empty_string> sl_strings;
184184
# SlotMap
185185
If like in the SlotList you need constant time insertion, removal, and lookup, as well as cache friendly iteration through a contiguous array, use SlotMap.
186186
187-
Implementation details are given below, although there is a [video](https://www.youtube.com/watch?v=SHaAR7XPtNU) which explains exactly what this data structure is. If you've seen it, "Implementation" section won't give you any more details and could be skipped.
187+
Implementation details are given below, although there is a [video](https://www.youtube.com/watch?v=SHaAR7XPtNU) which explains exactly what this data structure is. Precisely the video is describing what's called in this library `rea::versioned_slot_map`. If you've seen it, "Implementation" section won't give you any more details and could be skipped.
188188
189189
## Implementation
190190
SlotMap is internally implemented as 2 std::vectors and a slot_list like data structure.

0 commit comments

Comments
 (0)