Friday, November 26, 2010

DenseMap Alpha

I've decided to go ahead and publish my DenseMap class today, it's mostly usable.

A few functions don't work, or aren't fully / properly implemented yet, but they should be fixed over the next few weeks; the list of functions in the noted categories are:
splice
snip
inject
concat
concatArray
sort
sortOn
setting length
unshift

The degree to which they don't work varies, and most will work fine, or well enough for most uses. splice doesn't work at all.

Link: http://github.com/skyboy/AS3-Utilities/blob/master/skyboy/collections/DenseMap.as

Feedback is welcome.

1 comments:

Jackson Dunstan said...

The results are very impressive, but the source is a bit hard to understand in its current form, which is clearly under some heavy development. :) Perhaps a future article could explain the strategy from a higher level.

Post a Comment