• Marius Wachtler's avatar
    string interning: make it slightly more space efficient · d713267d
    Marius Wachtler authored
    We used to store the string content twice.
    This implementation makes use of DenseSet::find_as functionality where one can search using a different type.
    I was not sure if the special DenseMapInfo I had to create causes any problems so I choose to create a new source file
    for it so that it does not get picked up somewhere else.
    d713267d
str.cpp 92.6 KB