
29 Jun
2006
29 Jun
'06
2:30 p.m.
On 6/28/06, Joaquín Mª López Muñoz <joaquin@tid.es> wrote:
During some conversations with a colleague I came up with a very sketchy realization of what could be converted, if there is interest, in a flyweight library. Please see flyweight.hpp at Vault/Patterns:
Wow, what an excellent little utility! I've written something similar in the past to do Java-style "string interning", but this is much more flexible and well written. Adding this to bag<tricks> now. -- Caleb Epstein