LinkedInAttic / LayoutKit

LayoutKit is a fast view layout library for iOS, macOS, and tvOS.
http://layoutkit.org
Apache License 2.0
3.16k stars 267 forks source link

Compare LayoutKit with other layouting methods #144

Closed lucdion closed 7 years ago

lucdion commented 7 years ago

Hi,

http://layoutkit.org/benchmarks is really really nice, and display clearly that LayoutKit is fast. I was just wondering what was the complexity of the UICollectionView's cell in the benchmark? How many views? Can you share a screenshot of the cell's content?

We would like to create a standard benchmark to compare all iOS layout frameworks, and your test is clearly really interesting.

Thanks to participates in the iOS open source community!

Regards

lucdion commented 7 years ago

OK, I just found your benchmark in your app. Sorry

jingwei-huang1 commented 7 years ago

No worries.

We are using https://github.com/diwu/DWURecyclingAlert to benchmark the performance. Also, we have a stopwatch (Stopwatch.swift) that can record elapsed time and benchmark closures.