timkendall / crynamo

DynamoDB client for Crystal.
https://timkendall.github.io/crynamo/
MIT License
14 stars 4 forks source link

Rewrite marshaller logic to use JSON::PullParser #22

Closed timkendall closed 6 years ago

timkendall commented 6 years ago

If we only use JSON::PullParser we get finer-grained control over deserialization and better performance through fewer memory allocations. RethinkDB Crystal client example