slightlyoff / cassowary.js

Cassowary/JS, better, faster, future-ready
Other
1.69k stars 107 forks source link

Move `c.HashSet` to use a faster storage type #69

Closed slightlyoff closed 9 years ago

slightlyoff commented 9 years ago

Now that we've adopted Map for c.HashTable, perhaps c.HashSet can go faster using the same tricks.