Skip to content

Commit 04dfa1a

Browse files
README: note where to find CPU/memory details (#116)
My first question was "how/why is this faster" and the answer is a little bit buried, so try to make it clearer.
1 parent 4e2cc2a commit 04dfa1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ updates in change requests.
3535

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

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

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

0 commit comments

Comments
 (0)