Comparison between Foundation JSONDecoder and swift-json library
json-decode
Comparison between Foundation JSONDecoder and swift-json library.
To build and run:
swift build -c release
./.build/release/json-decode ./aws-ipamd.jsonl
result:
foundation time elapsed: 18.65834093093872 s.
swiftJson time elapsed: 18.334761023521423 s.