Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: move
distutils
import into Language.build_library
Importing `distutils` takes more than 90% of the total import time of `tree_sitter`, but it is only used when compiling new languages. The common case should not need to pay for that.
- Loading branch information