-
Notifications
You must be signed in to change notification settings - Fork 759
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
Internalize QHeap dependency #3451
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
Hi there, thanks for picking this up! 👍 Just to clarify on how I used some terminology, so I used "internalize" to refer to "just copying over the code" and add the license (if the license permits, which - just confirmed for myself - is the case for the Apache license being used for the For Yet another option might be to first look for a more modern but still simple, dependency-free and performant enough TypeScript alternative and then copy over the code rather from there. Not sure, if there is one this will likely be better, since - again - adding the typing is a bit hairy. |
👍 One thing I stumbled upon when coming back here along reviewing the Can you please move over to a dedicated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
This pull request looks into the feasibility of replacing the
qheap
dependency with a local implementation. Also see #3450.