Skip to content

Commit

Permalink
chore: fix typos and broken link (gnolang#1924)
Browse files Browse the repository at this point in the history
fix minor typo and link broken

Co-authored-by: Leon Hudak <[email protected]>
  • Loading branch information
xiaoxianBoy and leohhhn authored Apr 17, 2024
1 parent 2a06d8e commit a72e406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnovm/stdlibs/unicode/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Direclty copied from go1.17.5. BSD license.
Directly copied from go1.17.5. BSD license.
TestCalibrate() commented out for import reasons.

2 changes: 1 addition & 1 deletion tm2/pkg/iavl/PERFORMANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Some guides:

Some ideas for speedups:

* [Speedup SHA256 100x on ARM](https://blog.minio.io/accelerating-sha256-by-100x-in-golang-on-arm-1517225f5ff4#.pybt7bb3w)
* [Speedup SHA256 100x on ARM](https://blog.min.io/accelerating-sha256-by-100x-in-golang-on-arm/)
* [Faster SHA256 golang implementation](https://github.com/minio/sha256-simd)
* [Data structure alignment](http://stackoverflow.com/questions/39063530/optimising-datastructure-word-alignment-padding-in-golang)
* [Slice alignment](http://blog.chewxy.com/2016/07/25/on-the-memory-alignment-of-go-slice-values/)
Expand Down

0 comments on commit a72e406

Please sign in to comment.