urbit/pkg/hs/urbit-atom/TODO.md
2020-03-18 11:12:53 -07:00

366 B

  • Use atomBytes instead of exportBytes where faster.

    • exportBytes is slower, use atomBytes 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).