You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Buffer polyfill we provided, is a much more compacted version of browserify Buffer that is used in most of the other implementations.
Although I have previously spend some time to optimize it, I belive it can be furhor more optimized in terms of both size and performance by migrating to more modern native APIs.
Steps:
Add test suite for Buffer
Enable typecheck on all buffer related files
Get rid of old browser/js compact syntax and workarounds
Investigate native integrations
(if you like to contribute, separate PR is welcome for each top-down ❤️ )
The text was updated successfully, but these errors were encountered:
The Buffer polyfill we provided, is a much more compacted version of browserify Buffer that is used in most of the other implementations.
Although I have previously spend some time to optimize it, I belive it can be furhor more optimized in terms of both size and performance by migrating to more modern native APIs.
Steps:
(if you like to contribute, separate PR is welcome for each top-down ❤️ )
The text was updated successfully, but these errors were encountered: