[FEA]: Provide `<cuda/std/charconv>`
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
### Is this a duplicate?
- [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md)
### Area
libcu++
### Is your feature request related to a problem? Please describe.
I would like to be able to perform high performance `text -> type` and `type -> text` conversions.
### Describe the solution you'd like
Let's modify the `` header from libc++ and provide our own `` header.
Progress:
- [x] #4301
- [x] `chars_format`
- [x] `from_chars_result`
- [x] `to_chars_result`
- [ ] Implement `from_chars`
- [x] #4938
- [ ] for floating point types
- [ ] Implement `to_chars`
- [x] #4330
- [ ] for floating point types
### Describe alternatives you've considered
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.