winddpan / CodableWrapper

@CodingKey("encoder", "decoder") var cool: Bool = true
MIT License
362 stars 30 forks source link

求问一下大佬,有没有做过不同序列化反序列化方案的比较 #12

Closed songgeb closed 1 year ago

songgeb commented 1 year ago

比如Swift原生的Codable与其他第三方的比较

winddpan commented 1 year ago

可以看下unit test里面的BenchmarkTest.swift