summaryrefslogtreecommitdiff
path: root/src/interned_string.cc
AgeCommit message (Collapse)Author
2015-01-15Replace InternedStrings with SharedString, shared_ptr basedMaxime Coste
2015-01-13Use uint32_t for interned strings slotsMaxime Coste
2015-01-13Add interned string stats in debug commandMaxime Coste
2015-01-07Add initial memory domain allocation tracking supportMaxime Coste
2014-12-30Use a struct rather than a std::pair for InternedString DataAndRefCountMaxime Coste
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.