sbt/internal/util-complete
Johannes Rudolph 9370a2adf0
Speedup Parsers.validID
It turned up in profiling sessions. Previously, it used parser combinators
which are somewhat slow especially when the JVM is still cold.

The grammar for ID is simple enough to afford this handwritten parser.
2018-02-19 09:13:12 +01:00
..
src Speedup Parsers.validID 2018-02-19 09:13:12 +01:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00