laforge49 / JActor2

Robust, Composable Actors
http://laforge49.github.io/projects/JActor2/index.html
60 stars 15 forks source link

Fast property removal #219

Closed laforge49 closed 10 years ago

laforge49 commented 10 years ago

Removing properties with a filter requires iterating through all the properties. Slow.

Removing properties based on a prefix means submaps can be used--which is fast.