MethodFast - Speed Metrics for Software Methods

Benchmarks and performance metrics for methods, functions and code snippets in Open Source Software.

1

Programming Languages

1

Software Packages

2

Classes Benchmarked

108

Functions & Methods Benchmarked

What are Software Methods

Open Source Software Coding languages contain thousands of different functions and methods. Methods also known as functions usually accept a few arguments, or can be called standalone.

There are often several different methods that achieve the same result.

Choosing a method in your code, can be critical to speeding up your program.

Here is an example of a method 'to_s' being called in the ruby programming language.

        10.to_s
    

How are software methods benchmarked?

Methods are usually benchmarked using benchmarking suites. These usually come in built with the software language

Are the performance and speed metrics for these methods reproducible?

We have included complete details of our hardware and software stacks as well as the exact initialization arguments used to evaluate different software methods.

Languages

PackageClasses