Skip to content

Commit

Permalink
README: note where to find CPU/memory details (#116)
Browse files Browse the repository at this point in the history
My first question was "how/why is this faster" and the answer is
a little bit buried, so try to make it clearer.
  • Loading branch information
kevinburkesegment authored Jan 4, 2022
1 parent 4e2cc2a commit 04dfa1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ updates in change requests.

## encoding/json [![GoDoc](https://godoc.org/github.com/segmentio/encoding/json?status.svg)](https://godoc.org/github.com/segmentio/encoding/json)

More details about the implementation of this package can be found [here](json/README.md).
More details about _how_ this package achieves a lower CPU and memory footprint
can be found [in the package README](json/README.md).

The `json` sub-package provides a re-implementation of the functionalities
offered by the standard library's [`encoding/json`](https://golang.org/pkg/encoding/json/)
Expand Down

0 comments on commit 04dfa1a

Please sign in to comment.