#3886b631f40 Thanks @fubhy! - Optimized Base64.decode by not capturing the padding characters in the underlying array buffer.
Previously, the implementation first captured the padding characters in the underlying array buffer and
then returned a new subarray view of the buffer with the padding characters removed.
By not capturing the padding characters, we avoid the creation of another typed array instance for the
subarray view.
#3886b631f40 Thanks @fubhy! - Optimized Base64.decode by not capturing the padding characters in the underlying array buffer.
Previously, the implementation first captured the padding characters in the underlying array buffer and
then returned a new subarray view of the buffer with the padding characters removed.
By not capturing the padding characters, we avoid the creation of another typed array instance for the
subarray view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge a...
_Description has been truncated_
Bumps the production-dependencies group with 7 updates in the / directory:
0.42.3
0.48.19
0.63.3
0.69.19
0.58.3
0.64.21
0.35.2
0.38.12
0.35.2
0.38.12
0.72.2
0.75.5
3.7.2
3.10.12
Updates
@effect/cli
from 0.42.3 to 0.48.19Release notes
Sourced from
@effect/cli
's releases.Changelog
Sourced from
@effect/cli
's changelog.... (truncated)
Commits
7868f31
Version Packages (#3909)5392047
Version Packages (#3905)a9ac08f
Version Packages (#3899)cbd1bc5
Version Packages (#3891)8a435ff
Version Packages (#3887)f7e4f21
Version Packages (#3877)a503f8c
Version Packages (#3871)2f569a6
Version Packages (#3866)62d365d
Version Packages (#3857)3db5a97
Version Packages (#3846)Updates
@effect/platform
from 0.63.3 to 0.69.19Release notes
Sourced from
@effect/platform
's releases.Changelog
Sourced from
@effect/platform
's changelog.... (truncated)
Commits
7868f31
Version Packages (#3909)eb8c52d
use plain js data structures for HttpApi properties (#3908)5392047
Version Packages (#3905)a0584ec
ensure Socket send queue is not ended (#3906)dd14efe
improve platform/Worker shutdown and logging (#3904)a9ac08f
Version Packages (#3899)5eef499
add HttpApi.addHttpApi method, for merging two HttpApi instances (#3903)8240b1c
Fix broken basic auth base64 decoding (#3898)cbd1bc5
Version Packages (#3891)cd720ae
support "dropping" & "sliding" strategies in Mailbox (#3893)Updates
@effect/platform-node
from 0.58.3 to 0.64.21Release notes
Sourced from
@effect/platform-node
's releases.Changelog
Sourced from
@effect/platform-node
's changelog.... (truncated)
Commits
7868f31
Version Packages (#3909)eb8c52d
use plain js data structures for HttpApi properties (#3908)5392047
Version Packages (#3905)dd14efe
improve platform/Worker shutdown and logging (#3904)a9ac08f
Version Packages (#3899)5eef499
add HttpApi.addHttpApi method, for merging two HttpApi instances (#3903)a2bd4df
fix: NodeWorker not responding to interruption. (#3897)63dee92
Version Packages (#3895)cbd1bc5
Version Packages (#3891)8a435ff
Version Packages (#3887)Updates
@effect/printer
from 0.35.2 to 0.38.12Release notes
Sourced from
@effect/printer
's releases.Changelog
Sourced from
@effect/printer
's changelog.... (truncated)
Commits
5392047
Version Packages (#3905)a9ac08f
Version Packages (#3899)cbd1bc5
Version Packages (#3891)f7e4f21
Version Packages (#3877)a503f8c
Version Packages (#3871)2f569a6
Version Packages (#3866)62d365d
Version Packages (#3857)3db5a97
Version Packages (#3846)c244666
Version Packages (#3843)d58bd18
Version Packages (#3832)Updates
@effect/printer-ansi
from 0.35.2 to 0.38.12Release notes
Sourced from
@effect/printer-ansi
's releases.Changelog
Sourced from
@effect/printer-ansi
's changelog.... (truncated)
Commits
5392047
Version Packages (#3905)a9ac08f
Version Packages (#3899)cbd1bc5
Version Packages (#3891)f7e4f21
Version Packages (#3877)a503f8c
Version Packages (#3871)2f569a6
Version Packages (#3866)62d365d
Version Packages (#3857)3db5a97
Version Packages (#3846)c244666
Version Packages (#3843)d58bd18
Version Packages (#3832)Updates
@effect/schema
from 0.72.2 to 0.75.5Release notes
Sourced from
@effect/schema
's releases.... (truncated)
Changelog
Sourced from
@effect/schema
's changelog.... (truncated)
Commits
a3ebc5a
Version Packages (#3791)382556f
resolve parse error when usingpick
with union of class schemas, cl… (#3792)97cb014
Equivalence: Fixed a bug related to discriminated tuples (#3790)2465abd
Version Packages (#3770)3d6bcd0
Version Packages (#3762)360ec14
Allow Schema.Either to support Never without type errors, closes #3755 (#3761)8ee30d3
Version Packages (#3754)f02b354
Enhanced Error Reporting for Discriminated Union Tuple Schemas (#3753)6225e56
Version Packages (#3741)3b2ad1d
Revert deno support to Inspectable (#3727) (#3740)Updates
effect
from 3.7.2 to 3.10.12Release notes
Sourced from effect's releases.
Changelog
Sourced from effect's changelog.
... (truncated)
Commits
5392047
Version Packages (#3905)dd14efe
improve platform/Worker shutdown and logging (#3904)a9ac08f
Version Packages (#3899)5eef499
add HttpApi.addHttpApi method, for merging two HttpApi instances (#3903)6c0ff9d
chore: fix NumberFromString category (#3901)cbd1bc5
Version Packages (#3891)cd720ae
support "dropping" & "sliding" strategies in Mailbox (#3893)b631f40
Avoid creation of subarray view in Base64.decode (#3886)f7e4f21
Version Packages (#3877)a123e80
add FromIterator primitive to improve Effect.gen performance (#3883)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge a... _Description has been truncated_