Masaaki Goshima
Masaaki Goshima
Here are some optimization ideas that I'm currently thinking about ### 1. Optimization for standard library's Marshal(JSON|Text) and Unmarshal(JSON|Text) The standard library's Marshaler returns valid and (compacted) JSON, so we...
fix #296 If error occurred when decoding, decoder progress the cursor position to the end of value.
This issue is to summarize go-json's unique features that we plan to implement in the future. # Features ## `context.Context` support for `Marshaler` and `Unmarshaler` I plan to provide the...
Add sub command `online` and that option is compatible with `gh-ost` ( https://github.com/github/gh-ost ) .
https://cloud.google.com/bigquery/docs/information-schema-intro
`context.Context` instance passed in `ContextEval()` can be propagated to binding function to cancel the process. First of all, thanks for the great OSS. We are using cel-go heavily in https://github.com/mercari/grpc-federation...
When I read the benchmark code of `json-iterator/go` in the benchmark of `BenchmarkGetRepoValues`, I noticed that it uses the feature that can stop the decoding process in the middle. (...
I write graphviz library ( https://github.com/goccy/go-graphviz ) . Using this library makes graphviz's install unnecessary. I hope this library helps you .