Improve type-inference performance (#809)

* To-do items for broader platform/go-version benchmarking

* neaten inferrer API

* extend type-inference unit-test cases

* Add benchmark scripts for comparing compiler versions

* mlr version in addition to mlr --version

* some go-benchmark files for Mac/Linux perf comparisons

* neaten perf-scripts

* merge

* type-scan optimization tests

* type-scan optimization infra

* test new inferrer

* mlr --time option

* include --cpuprofile and --traceprofile in on-line help

* sharpen inferred/deferred-type API distinction

* replace old inferrer with newer/faster

* update docs for new type-inferrer
This commit is contained in:
John Kerl 2021-12-27 00:54:21 -05:00 committed by GitHub
parent 5e8d3fddd0
commit e10fee0724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
47 changed files with 1595 additions and 381 deletions

1
.vimrc
View file

@ -1,2 +1,3 @@
map \d :w<C-m>:!clear;echo Building ...; echo; make mlr<C-m>
map \f :w<C-m>:!clear;echo Building ...; echo; make ut<C-m>
map \r :w<C-m>:!clear;echo Building ...; echo; make ut-scan ut-mlv<C-m>