Monday, July 25, 2011

Fast AS3 MultiMap

Sometimes you need to map a key to many values, but AS3 has no built-in data structure for this purpose. Dictionary and Object are suitable one-to-one maps, but there’s been no one-to-many support until now. Read on for my own one-to-many class—MultiMap—as well as performance testing and analysis. Before writing your own general-purpose class, it’s [...]

Read more: Fast AS3 MultiMap

No comments:

Post a Comment