Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 577 Bytes

TODO.md

File metadata and controls

19 lines (16 loc) · 577 Bytes

TODO

LATER

  • armv7 support (with neon runtime selection?)
  • streaming API + experimental simdjson support
  • faster/smarter error position detection
  • try out multiversion
  • test all available stable implementations by default as if public_imp were specified
  • try proptests again
  • clean up algorithm src.
    • document prev()
    • newtype -> use (mostly)
    • use imports instead of fully qualified at places
    • trait for SimdU8Value impl.
    • bikeshed: SimdU8Value -> SimdU8Vector | SimdU8xNative | ...

NEXT

OTHER