harrycheung / Mobile-App-Performance

Source for this
https://medium.com/@harrycheung/cross-platform-mobile-performance-testing-d0454f5cd4e9
GNU General Public License v3.0
89 stars 26 forks source link

Make Point a pure swift class #5

Closed nadavrot closed 9 years ago

nadavrot commented 9 years ago

Making the Point class a pure swift class (that does not inherit from NSObject) makes the swift version of the app much faster.

harrycheung commented 9 years ago

Thanks!