Suzhou-Tongyuan / jnumpy

Writing Python C extensions in Julia within 5 minutes.
MIT License
234 stars 8 forks source link

consider None return from `shutil.which` and avoid wildcard exception matching #7

Closed thautwarm closed 2 years ago

thautwarm commented 2 years ago

https://github.com/Suzhou-Tongyuan/jnumpy/blob/a3179656be5b721ea6c483bee8b049ad9677baa3/jnumpy/defaults.py#L20-L24

thautwarm commented 2 years ago

Besides, when starting julia, --compile=min -O0 should be used to avoid latency.

thautwarm commented 2 years ago

fixed by #9