rules_jvm_external icon indicating copy to clipboard operation
rules_jvm_external copied to clipboard

Use built-in Bazel JSON parser

Open gmishkin opened this issue 3 years ago • 2 comments

With our maven_install.json it takes about 10-20 seconds to parse the JSON. Bazel just added a JSON parser so if this package switched to it, that bottleneck would go away.

https://github.com/bazelbuild/bazel/commit/6e47a409914d9f2ccb169482252f142c9fb503b8

gmishkin avatar Oct 20 '20 00:10 gmishkin

This is not yet released in a bazel version, but would be a nice feature for someone to pick up on :)

jin avatar Nov 13 '20 09:11 jin

It's released!

gmishkin avatar Jan 28 '21 17:01 gmishkin