Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 464 Bytes

File metadata and controls

20 lines (17 loc) · 464 Bytes

Benchmark

Base64 encoding/decoding vs SwiftCommon Base64 implementation

Start encoding benchmark (1000)
Total time  (foundation): 0.06059300899505615
Total time (swiftcommon): 0.032890915870666504
Benchmark time 
	-  foundation: 38252, 
	- swiftcommon: 32884
	
Start decoding benchmark (1000)
Total time  (foundation): 0.01804196834564209
Total time (swiftcommon): 0.02030801773071289
Benchmark time
	-  foundation: 18037,
	- swiftcommon: 20303