more links

This commit is contained in:
Damian Gryski 2019-04-02 23:39:39 -07:00
parent e66b82e132
commit 16a992b60d

5
TODO
View File

@ -68,6 +68,8 @@
- https://segment.com/blog/allocation-efficiency-in-high-performance-go-services/ - https://segment.com/blog/allocation-efficiency-in-high-performance-go-services/
- https://www.cockroachlabs.com/blog/how-to-optimize-garbage-collection-in-go/ - https://www.cockroachlabs.com/blog/how-to-optimize-garbage-collection-in-go/
- https://hashrocket.com/blog/posts/go-performance-observations - https://hashrocket.com/blog/posts/go-performance-observations
- https://lists.freebsd.org/pipermail/freebsd-current/2010-August/019310.html
- https://marcellanz.com/post/file-read-challenge/
cgo: cgo:
cgo has overhead cgo has overhead
@ -127,6 +129,9 @@ videos:
CppCon 2015: Bryce Adelstein-Lelbach “Benchmarking C++ Code" CppCon 2015: Bryce Adelstein-Lelbach “Benchmarking C++ Code"
https://www.youtube.com/watch?v=zWxSZcpeS8Q https://www.youtube.com/watch?v=zWxSZcpeS8Q
CppCon 2018: Fedor Pikus “Design for Performance”
https://www.youtube.com/watch?v=m25p3EtBua4
asm: asm:
https://golang.org/doc/asm https://golang.org/doc/asm
https://goroutines.com/asm https://goroutines.com/asm