summaryrefslogtreecommitdiff
path: root/src/interned_string.hh
AgeCommit message (Collapse)Author
2014-10-28Style fixesMaxime Coste
2014-10-28Add noexcept spec to move constructor and move assignMaxime Coste
2014-10-28mark InternedString move constructor noexceptMaxime Coste
2014-10-28Fix interned string hashing, we need to hash contentMaxime Coste
2014-10-23Fix slow InternedString copy constructorMaxime Coste
2014-10-07WordDB: Use interned strings pointing directly into the buffer line dataMaxime Coste
2014-10-05InternedStrings know their slotsMaxime Coste
2014-10-03Use InternedStrings for buffer contentsMaxime Coste
2014-10-01Add support for interned stringsMaxime Coste
Use interned strings for Modification contents and word database. Interned strings are guaranteed not to move in memory and are reference counted.