Skip to content

Faster compilation time #8

@mappu

Description

@mappu

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions