DescriptionIntroduce LiteralSet
This CL introduces WTF::LiteralSet, an implementation of a set based on a sorted
table. TableSet is more memory efficient than HashSet for static sets because
it doesn't allocate any memory.
This CL deploys LiteralSet in ReplaceSelectionCommand.cpp and FormatBlockCommand.cpp.
Future CLs will use LiteralSet in more locations.
Patch Set 1 #Patch Set 2 : Use static tables #Patch Set 3 : Cleaned #
Total comments: 10
Patch Set 4 : Address reviewer comments #Patch Set 5 : Literal, Literal, Literal #
Messages
Total messages: 8 (0 generated)
|