ScottRobbins / DeclarativeLayout

A declarative, expressive and efficient way to lay out your views.
MIT License
5 stars 0 forks source link

Migrate away from hashset #8

Closed ScottRobbins closed 5 years ago

ScottRobbins commented 5 years ago

This should provide a nice performance boost by moving away from my HashSet object and just using Swift sets where I can.