basedpyright
basedpyright copied to clipboard
use bun instead of node
fixes #60
potentially also fixes these issues - need to confirm with the people who raised them:
- #177
- #172
- #167
There are any performance benchmarks for that replacement?
i measured how long it took to run pyright 100 times with both node and bun and it was only a few seconds faster lol. the main reason i wanted to try this was to see if it would fix any of the issues people had with the bundled node, but tbh it will probably cause more problems than it'll solve. can't even get bun install
to work
Few seconds still is nice. Would be nice to see more detailed benchmark with hyperfine
or similar tool. Good job
all of the issues mentioned in the OP have been resolved (except #177 which is just pending some documentation), so i don't really see much point in doing this anymore, especially since there was pretty much no performance gains. can re-visit in the future if that changes