swift-extras / swift-extras-json

JSON encoding and decoding without the use of Foundation in pure Swift.
Apache License 2.0
348 stars 15 forks source link

Performance Question #69

Closed mickeyl closed 3 years ago

mickeyl commented 3 years ago

Thanks for this great project!

In the README, you state "It offers a significant performance improvement compared to the Foundation implementation on Linux.". While that's great as is, I wonder whether it could be beneficial to use this library also on Apple platforms.

Did you – by any chance – compare performance with their builtin JSON coding yet?

slashmo commented 3 years ago

Thanks for raising this issue. Did you already check out the "Performance" section of the Readme? It includes comparisons for both Linux & macOS.

slashmo commented 3 years ago

Closing this for now. @mickeyl Please feel free to re-open if the "Performance" section doesn't provide enough insights.