-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf(fs): realpath native support #2747
Conversation
|
This issue is also being tracked on Linear. We use Linear to manage our development process, but we keep the conversations on Github. LINEAR-ID: 1332152d-044f-4f8f-9880-9b2b935cdc71 |
Note this requires NodeJS 14, and typescript 4.6.3 |
the build was previously failing, fixed that now |
Workflow changes
Dependency changes
NotesCompletely unsolicited ideas, I think some might be ez wins others, well YMMV - would like to know your thoughts ofc!
node --expose-gc node_modules/.bin/jest --coverage --globals "{\"coverage\":true}" src/
QuestionsHow to best benchmark this? What sort of test would actually show any statistically significant differences? I would think maybe measuring access time or something as opposed to measuring compilation time. |
Lots to digest here. Thanks @sambacha! What's the part that requires node 14? Also, are the |
This PR was marked as stale because it didn't have any activity in the last 30 days. Please excuse us if we didn't have enough time to review it and get it merged. If you are still interested in getting these changes applied, please leave a comment indicating so. Otherwise, it will be closed in 7 days. |
This PR was closed because it has been stalled for 7 days with no activity. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@gitpoap-bot @sambacha deserves a gitpoap, or a hundred actually |
@gitpoap-bot @sambacha deserves a gitpoap (second try) |
Congrats, @sambacha ! You've earned a GitPOAP for your contribution! GitPOAP: 2022 Hardhat Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
Subsantiave changes are documented below: