Handwritten large .go files anywhere?

Hi, I want to see how fast go compiles on my computer. Especially how long it would take to compile one file (probably one package) that is about 1 MB of size, and is not generated but average, handwritten code.

Do you have any idea where I could look for such a thing or anything that is equivalent?

PS: I know that packaging and incremental compilation makes a difference. I want to (kind of) know the worst case compile time regarding this.

I posted an answer to your question here https://groups.google.com/forum/#!topic/golang-nuts/o68rDuvSYjk

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.