Categories: None [Edit]

complexity_assert

https://rubygems.org/gems/complexity_assert
https://github.com/philou/complexity-assert
They are some performance critical pieces of code that will be executed on huge data sets, which we want to make sure will run fast enough. Unfortunately, enforcing this is not easy, often requiring large scale and slow benchmarks. This rspec library (the result of an experiment to learn machine learning) uses linear regression to determine the time complexity (Big O notation, O(x)) of a piece of code and to check that it is at least as good as what we expect. This does not require huge data sets (only a few large ones) and can be written as any unit test (not as fast though).

Total

Ranking: 67,658 of 183,471
Downloads: 13,369

Daily

Ranking: 61,367 of 183,459
Downloads: 0

Depended by

RankDownloadsName
1,73913,984,983zip_tricks
9,485274,225zip_kit
36,25630,952interval_response

Depends on

RankDownloadsName
12,455,829,279bundler
10968,905,115rake
25824,998,340rspec

Owners

#GravatarHandle
1iconphilou