Skip to content

v0.5.0

Choose a tag to compare

@ielashi ielashi released this 27 Jan 14:03
· 273 commits to main since this release
e77c409

Changed

  • Indices and lengths in Vec and Log have been changed from usize to u64. On the Wasm32 architecture, usize is 32 bit, making it impossible for Log/Vec in previous releases to report correct sizes on data sets larger than 4 billion elements.