mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
doc/next: pluralize 'result'
Change-Id: Id53ee875ee31b43a6d7bd3f180260276ddd4f8b9
GitHub-Last-Rev: c90e386967
GitHub-Pull-Request: golang/go#76664
Reviewed-on: https://go-review.googlesource.com/c/go/+/725922
Reviewed-by: Mark Freeman <markfreeman@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
parent
6e72f526cd
commit
2729e87aa5
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ Go 1.25, is now enabled by default after incorporating feedback.
|
||||||
|
|
||||||
This garbage collector’s design improves the performance of marking and
|
This garbage collector’s design improves the performance of marking and
|
||||||
scanning small objects through better locality and CPU scalability.
|
scanning small objects through better locality and CPU scalability.
|
||||||
Benchmark result vary, but we expect somewhere between a 10—40% reduction
|
Benchmark results vary, but we expect somewhere between a 10—40% reduction
|
||||||
in garbage collection overhead in real-world programs that heavily use the
|
in garbage collection overhead in real-world programs that heavily use the
|
||||||
garbage collector.
|
garbage collector.
|
||||||
Further improvements, on the order of 10% in garbage collection overhead,
|
Further improvements, on the order of 10% in garbage collection overhead,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue