cgo bullet points

This commit is contained in:
Evan Shaw 2016-09-21 13:03:33 +12:00
parent c2c096f8d0
commit cfa7e46c86

View File

@ -86,6 +86,11 @@ Techniques applicable to source code in general
* mmap'ing data files
* speedy de-serialization
## cgo
* Performance characteristics of cgo calls
* Tricks to reduce the costs
* Passing pointers between Go and C
## Assembly
* Stuff about writing assembly code for Go
* brief into to syntax