dmonad / lib0

Monorepo of isomorphic utility functions
MIT License
345 stars 63 forks source link

(read/write)Var(U)Int should support 53bit integers #38

Closed dmonad closed 2 years ago

dmonad commented 2 years ago

Currently, decoding 53bit integers fail because the binary operations don't work above the 32bit range. See https://github.com/y-crdt/ypy/issues/30