miller/internal/pkg
John Kerl e10fee0724
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
2021-12-27 00:54:21 -05:00
..
auxents Improve type-inference performance (#809) 2021-12-27 00:54:21 -05:00
bifs urandelement DSL function (#789) 2021-12-21 23:15:14 -05:00
cli Improve type-inference performance (#809) 2021-12-27 00:54:21 -05:00
climain Improve type-inference performance (#809) 2021-12-27 00:54:21 -05:00
colorizer Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
dsl Docs for funct keyword (#805) 2021-12-25 12:58:02 -05:00
entrypoint Improve type-inference performance (#809) 2021-12-27 00:54:21 -05:00
input Improve type-inference performance (#809) 2021-12-27 00:54:21 -05:00
lib Improve type-inference performance (#809) 2021-12-27 00:54:21 -05:00
mlrval Improve type-inference performance (#809) 2021-12-27 00:54:21 -05:00
output Performance improvement by JIT type inference (#786) 2021-12-20 23:56:04 -05:00
parsing More Go-package restructuring (#748) 2021-11-12 12:49:55 -05:00
pbnjay-strptime Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
platform Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
runtime Performance improvement by JIT type inference (#786) 2021-12-20 23:56:04 -05:00
scan Improve type-inference performance (#809) 2021-12-27 00:54:21 -05:00
stream Performance improvement: record-batching (#779) 2021-12-13 00:57:52 -05:00
transformers Make --ifs-regex and --ips-regex explicit command-line flags (#799) 2021-12-25 00:00:18 -05:00
types Performance improvement by JIT type inference (#786) 2021-12-20 23:56:04 -05:00
version Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
README.md Reorganization of new-in-miller-6 docpage (#750) 2021-11-13 23:18:35 -05:00

Please see ../../README-go-port.md for an overview; please see each subdirectory for details about it.