MCPcopy Create free account
hub / github.com/NSIS-Dev/nsis / FastStringList

Class FastStringList

Source/strlist.h:538–586  ·  view source on GitHub ↗

* This class uses SortedStringListND to implement a "faster" storage of * strings. It sort of implements a std::set that allows you * to add to the set and check for existence of the set. * * It's only faster in the sense that memory moves now only need to occur * on the array of string_t structs (or pointers) rather than entire * strings. A truly faster implementation would

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected