Panko Serializer Save

High Performance JSON Serialization for ActiveRecord & Ruby Objects

Project README

Panko

Build Status

Panko is a library which is inspired by ActiveModelSerializers 0.9 for serializing ActiveRecord/Ruby objects to JSON strings, fast.

To achieve its performance:

  • Oj - Panko relies on Oj since it's fast and allows for incremental serialization using Oj::StringWriter
  • Serialization Descriptor - Panko computes most of the metadata ahead of time, to save time later in serialization.
  • Type casting — Panko does type casting by itself, instead of relying on ActiveRecord.

To dig deeper about the performance choices, read Design Choices.

Support

License

The gem is available as open source under the terms of the MIT License.

Open Source Agenda is not affiliated with "Panko Serializer" Project. README Source: yosiat/panko_serializer
Stars
536
Open Issues
27
Last Commit
1 week ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating