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
It'd be great to be able to serialize bigints into the sequence with a BigInt64Array or similar under the hood. I can contribute support for this if you like -- any specifics that are important for getting this right?
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for your interest in this project.
We haven't implemented the bigint support, but we accept PR!
So, we don't have any specification restrictions; just don't be slower if the developer doesn't use bitint at all. I'll gladly discuss the specifications before the PR to speed up the merge and the release.
DataView creation could be problematic because it introduces a performance penalty during creation.
The best approach is to leverage the existing views. But I don't know if it is doable or not.
It'd be great to be able to serialize bigints into the sequence with a
BigInt64Array
or similar under the hood. I can contribute support for this if you like -- any specifics that are important for getting this right?The text was updated successfully, but these errors were encountered: