Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 463 Bytes

File metadata and controls

19 lines (17 loc) · 463 Bytes

Benchmark

Base64 encoding/decoding vs SwiftCommon Base64 implementation

Start encoding benchmark (1000)
Total time  (foundation): 0.04617798328399658
Total time (swiftcommon): 0.021002888679504395
Benchmark time
	-  foundation: 32885,
	- swiftcommon: 20999
Start decoding benchmark (1000)
Total time  (foundation): 0.018482089042663574
Total time (swiftcommon): 0.012186050415039062
Benchmark time
	-  foundation: 18478,
	- swiftcommon: 12183