mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
366 B
366 B
-
Use atomBytes instead of exportBytes where faster.
exportBytes
is slower, useatomBytes
where possible.- Only works for little-endian.
- Doesn't work in GHCJS.
-
Use bytesAtom instead of importBytes where faster.
importBytes
is always faster. Always use it.- (Why slower, tho?)
-
Get this working with
integer-simple
(for Android).