Instead of using `go build` for a full project it compiles each package separately into `.a` files and calls the internal go linker directly. This allows for much better cache hit rates than if the native tooling was used.
Instead of using `go build` for a full project it compiles each package separately into `.a` files and calls the internal go linker directly. This allows for much better cache hit rates than if the native tooling was used.
seeker(func(data P) bool { return yield(data) })
Just be:
seeker(yield)
seeker(func(data P) bool { return yield(data) })
Just be:
seeker(yield)