simd-json icon indicating copy to clipboard operation
simd-json copied to clipboard

is a `no_std` version of simdjson-rs feasible/desirable?

Open sunnygleason opened this issue 6 years ago • 4 comments

Was reading some embedded rust articles over the break which got me thinking about no_std. Does a no_std version sound interesting? What are the key pieces we'd need to compensate for in a no_std version?

  • [ ] impact of serde no_std? https://serde.rs/no-std.html
  • [ ] intrinsics x86, x64
  • [ ] std data structures (???)
  • [ ] key dependencies (???)

sunnygleason avatar Jan 02 '20 15:01 sunnygleason

That's an interesting idea! It's sure worth doing some research on what the requirements are :). Then again I'm not sure how many no_std projects run on x86* that's probably something to factor in, I suspect most of them would run on embedded platforms like arm (glad we got that :P) but that's pure gut feeling we'd probably should find that out runs to twitter

Licenser avatar Jan 02 '20 15:01 Licenser

Since there has very little (no) call for this in 3 years I'll close this issue

Licenser avatar Oct 09 '23 12:10 Licenser