Skip to content

2026-06-04

Latest

Choose a tag to compare

@mengmo mengmo released this 14 Jun 09:20
  • added custom malloc for small blocks (11% faster on bench-v8)
  • micro optimizations (30% faster on bench-v8)
  • added resizable array buffers
  • added ArrayBuffer.prototype.transfer
  • added the Iterator object and methods
  • added set methods
  • added Atomics.pause
  • added added Map and WeakMap upsert methods
  • added Math.sumPrecise()
  • added regexp duplicate named groups
  • added base64 and hexadecimal encodings for Uint8Array
  • misc bug fixes