An open API service indexing awesome lists of open source software.

https://github.com/subvisual/benchmarks

Benchmarks of pieces of code
https://github.com/subvisual/benchmarks

Last synced: 13 days ago
JSON representation

Benchmarks of pieces of code

Awesome Lists containing this project

README

          

A repository for bechmarks of pieces of code

## OpenStruct versus Struct

user system total real
Open Struct Creation 13.230000 0.030000 13.260000 (13.373040)
Struct Creation 7.370000 0.120000 7.490000 (7.760406)
Open Struct Access 0.160000 0.000000 0.160000 (0.164776)
Struct Access 0.080000 0.000000 0.080000 (0.083814)