rust/src/libsyntax/util
Björn Steinbrink 1393c3a3f4 Use a specialized string interner to reduce the need for owned strings
&str can be turned into @~str on demand, using to_owned(), so for
strings, we can create a specialized interner that accepts &str for
intern() and find() but stores and returns @~str.
2013-05-09 14:40:19 +02:00
..
interner.rs Use a specialized string interner to reduce the need for owned strings 2013-05-09 14:40:19 +02:00