I have seen the following module on Github: [https://github.com/pragmagic/names](https://github.com/pragmagic/names)
"names" proposes a solution to the problem of "interning" strings (avoiding unnecessary memory allocation for duplicate identical strings when doing NPL, for instance). Has anybody tested it?
