-
Notifications
You must be signed in to change notification settings - Fork 249
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
qe-wasm: Remove Buffer
usage
#4710
Conversation
WASM Size
|
CodSpeed Performance ReportMerging #4710 will not alter performanceComparing Summary
|
❌ WASM query-engine performance will worsen by 1.54%Full benchmark report
After changes in 0dd0861 |
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.
Looks good, though there are some test failures. (I didn't check if it was related or not)
Convert `Byte` arguments to `Uint8Array` instead. Allows us to stop polyfilling `Buffer` for `_bg.js` fiels in engine.
I wondered if we built with |
|
Convert
Byte
arguments toUint8Array
instead.Allows us to stop polyfilling
Buffer
for_bg.js
fiels in engine.