marcorei / LayoutFrameworkBenchmark

Benchmark the performances of various Swift layout frameworks (autolayout, UIStackView, PinLayout, LayoutKit, FlexLayout, Yoga, ...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlexLayout

Layout Framework Benchmark


Benchmark the performances of various Swift layout frameworks.

Requirements

  • iOS 8.0+
  • Xcode 8.0+
  • Swift 3.0+

History

This project is a spin-off of the excellent LayoutKit benchmark. The benchmark has been extracted to add other iOS layout frameworks and to compare them.


Why?

Choosing the right layout framework for your project is an important decision. The frameworks API is quite important, but its performance is also important. To help you with that decision, this benchmark compare different layout frameworks.


Layout frameworks

The benchmark currently includes the following layout frameworks:
(ordered alphabetically and use the framework GitHub's description):

📌 Anyone who would like to integrate any other layout frameworks to this GitHub project is welcome.


Benchmark details

The benchmark layout UICollectionView and UITableView cells in multiple pass, each pass contains more cells than the previous one.

Benchmark cell's layout

Here are the benchmark rendering results to compare visual results:

📌 Some work would be required to adjust the layout so that they all match perfectly.


Results

Benchmark data

You can see the benchmark's raw data in this spreadsheet.


Benchmark charts

The X axis in following charts indicates the number of cells contained for each pass. The Y axis indicates the number of seconds to render all cells from one pass.


Project's TODO list

  • Create a reference layout and update layout codes to match that reference.
  • Automate the benchmark to run all layout frameworks automatically.
  • Display benchmark charts inside the app and being to able to export them.
  • Export benchmark data to a spreadsheet.
  • Add more layout frameworks.
  • OSX support.
  • tvOS support.
  • ...

Contributing, comments, ideas, suggestions, issues, ....

For any comments, ideas, suggestions, simply open an issue.

If you'd like to contribute by adding other layout framework, you're welcome!


Adding another layout framework

The process is currently tedious...

  • Add an implementation of the reference view.
  • Run on all reference devices (or at least the two latest generation) in Release mode.
  • Select the new layout from the Benchmark App.
  • Update the XLSX document.
  • Add a new chart
  • Save the chart using "Save as Picture..."
  • Update the README.md
  • Create a pull request.

License

BSD 3-Clause License

About

Benchmark the performances of various Swift layout frameworks (autolayout, UIStackView, PinLayout, LayoutKit, FlexLayout, Yoga, ...)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Swift 99.6%Language:Ruby 0.4%