is a `no_std` version of simdjson-rs feasible/desirable?
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 (???)
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
Since there has very little (no) call for this in 3 years I'll close this issue