Tinder / bazel-diff

Performs Bazel Target Diffing between two revisions in Git, allowing for Test Target Selection and Selective Building
Other
397 stars 59 forks source link

use file channel to improve content hash efficiency #110

Closed fa93hws closed 2 years ago

fa93hws commented 2 years ago

Content hash is a bit faster now using non-blocking IO api.

before:

content hash done in 157 seconds

after:

content hash done in 120 seconds