Skip to content
  • Noric Couderc's avatar
    Fix: Intern repetitive strings · 212860e2
    Noric Couderc authored
    There are a lot of strings which are actually the same string, except
    the JVM stores the same data in two different objects. I used intern()
    to try to make sure it's the same objects that is used if we've already
    seen that string before.
    212860e2