Conversation
🦋 Changeset detectedLatest commit: 27c8343 The changes in this PR will be included in the next version bump. This PR includes no changesetsWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
More templates
@tanstack/db
@tanstack/db-ivm
@tanstack/electric-db-collection
@tanstack/query-db-collection
@tanstack/react-db
@tanstack/solid-db
@tanstack/svelte-db
@tanstack/trailbase-db-collection
@tanstack/vue-db
commit: |
|
Size Change: 0 B Total Size: 66.6 kB ℹ️ View Unchanged
|
|
Size Change: 0 B Total Size: 1.18 kB ℹ️ View Unchanged
|
samwillis
left a comment
There was a problem hiding this comment.
I take it we had to use the array buffer?
LGTM
Yes, bitwise operators cast the number to 32 bit integer so can't use those. So instead have to explicitly use an array buffer, but we allocate them only once and then mutate them. |
Reproduces and fixes #517