We have hosted the application easyjson in order to run this application in our online workstations with Wine or directly.
Quick description about easyjson:
Package easyjson provides a fast and easy way to marshal/unmarshal Go structs to/from JSON without the use of reflection. In performance tests, easyjson outperforms the standard encoding/json package by a factor of 4-5x, and other JSON encoding packages by a factor of 2-3x. easyjson aims to keep generated Go code simple enough so that it can be easily optimized or fixed. Another goal is to provide users with the ability to customize the generated code by providing options not available with the standard encoding/json package, such as generating "snake_case" names or enabling omitempty behavior by default.Features:
- 'nocopy' - disables allocation and copying of string values, making them refer to original json buffer memory
- Generated Marshaler/Unmarshaler Funcs
- Control easyjson Marshaling and Unmarshaling Behavior
- Type Wrappers
- Memory Pooling
- String interning
Programming Language: Go.
Categories:
©2024. Winfy. All Rights Reserved.
By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.