go-mutesting icon indicating copy to clipboard operation
go-mutesting copied to clipboard

Make go-mutesting fast again

Open zimmski opened this issue 8 years ago • 0 comments

The migration to go/loader added a lot of execution time during testing. However, it also allows for a perfect type checking.

We could at least remove some of the loading time by loading all files at once, instead of loading each file separately. This would remove the need for parsing and checking the same packages again and again.

zimmski avatar Oct 28 '16 19:10 zimmski