Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Oct 11, 2024
1 parent 8884532 commit 314f90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_u64.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const U32_MASK64 = /* @__PURE__ */ BigInt(2 ** 32 - 1);
const _32n = /* @__PURE__ */ BigInt(32);

// BigUint64Array is too slow as per 2024, so we implement it using Uint32Array.
// BigUint64Array is too slow as per 2024, so we implement it using Uint32Array.
// TODO: re-check https://issues.chromium.org/issues/42212588

function fromBig(n: bigint, le = false) {
Expand Down

0 comments on commit 314f90c

Please sign in to comment.