-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
This is partly because there are many files and the Go compiler does not parallelize cgo compilation: golang/go#9887 Moving to an amalgamation build with a single file should help a lot.
There is also quite a lot of Cgo generated code. Maybe some of it could be moved into helper functions so there is less to compile.
See also #7 .
arnetheduck and ilius