Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Latest commit

 

History

History
37 lines (29 loc) · 586 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 586 Bytes

Benchmark

class
Raw:
 > 134578.42157842158
 > 128239.76023976025
 > 131331.66833166833
 > 137095.9040959041
Average (mean) 132811.43856143855

module
Raw:
 > 10808.191808191808
 > 7710.2897102897105
 > 15203.796203796204
 > 17494.505494505494
Average (mean) 12804.195804195804

Winner: class
Compared with next highest (module), it's:
90.36% faster
10.37 times as fast
1.02 order(s) of magnitude faster
A LOT FASTER

Benchmark 2


class x 340,582,948 ops/sec ±10.21% (75 runs sampled)
module x 9,794,227 ops/sec ±2.94% (88 runs sampled)
Fastest is: class