Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

A high performance JSON library in Swift without bloated swift-nio

License

Notifications You must be signed in to change notification settings

haifengkao/IkigaJSON

 
 

Repository files navigation

IkigaJSON without swift-nio dependency

IkigaJSON is a really fast JSON parser. It performed ~4x faster than macOS/iOS Foundation in our tests when decoding a type from JSON. But it depends on swift-nio, which is a very bloated pacakges with a lot of c codes. I removed the dependency.

About

A high performance JSON library in Swift without bloated swift-nio

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 99.4%
  • Other 0.6%