summaryrefslogtreecommitdiff
path: root/src/interned_string.cc
AgeCommit message (Collapse)Author
2014-10-29Actually release interned string data when refcount drops to 0Maxime Coste
2014-10-28Add some asserts in StringRegistry methodsMaxime Coste
2014-10-28Add noexcept spec to move constructor and move assignMaxime Coste
2014-10-07Small refactorMaxime Coste
2014-10-05InternedStrings know their slotsMaxime 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.