-
Notifications
You must be signed in to change notification settings - Fork 349
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: use Reader.create #800
Conversation
Allows protobufjs/minimal to detect the config and optionally use BufferReader if supported.
@davidzeng0 this looks great, but there is a failure in the build:
Disclaimer I've not looked in to it this at all, but can you tell if it's something wrong we're doing in the test, or maybe some wrinkle about |
@stephenh It seems like the test is returning the mock value |
@davidzeng0 Ah good find! Do you mind pushing a fix up to this PR? |
@stephenh Fixed Also, any progress on the other 2 PRs? Thanks. |
## [1.142.1](v1.142.0...v1.142.1) (2023-03-18) ### Performance Improvements * use Reader.create ([#800](#800)) ([869e448](869e448))
🎉 This PR is included in version 1.142.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Allows protobufjs/minimal to detect the config and optionally use BufferReader if supported.