Skip to content

shkutkov/ObjectiveCGeneratorsPerformance

Repository files navigation

Overview

The goal of this project is to measure performance of different generators implementation in Objective-C.

Currenly we are testing:

The project already has 3 tests:

  • Generating numbers from 1 to 100000
  • Printing numbers from 1 to 1000 to the console
  • Generating first 1000 prime numbers that are bigger than 100000 and printing them to the console

It's possible easily create new tests. All tests can be started on iOS and OSX.

Licence

ObjectiveCGeneratorsPerformance is released under an MIT license. For the full, legal license, see the LICENSE file. Use in any and every sort of project is encouraged, as long as the terms of the license are followed (and they're easy!).

About

Test performance of different Objective-C generator implementations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published