Im trying to parse a json file of 10,000 elements then filtering. Im doing this on a background thread, but this process takes 20 seconds, but I've been told it should even take a second. Help pls.

This page summarizes the projects mentioned and recommended in the original post on /r/swift

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • json

    JSON written in Swift with Stream/Codable support (by swiftstack)

    Try using a stream based decoder such as https://github.com/tris-code/json so you don’t have to wait until the whole file is read into memory before parsing.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts