-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Memorize JSON decoders and encoders (#759)
* Memorize JSON decoders and encoders * Fix CI build * Fix Site build * Less memory consumption and faster instantiation of case class decoders * Use aliases support of `StringMatrix` for lesser in-memory footprint of case class decoders and faster parsing of fields with aliased keys * Lesser in-memory footprint for case class decoders * Proper hashCode/equals for keys of JSON encoder/decoder caches
- Loading branch information
1 parent
56fe073
commit 7097284
Showing
3 changed files
with
273 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.