C++ Logo

sg16

Advanced search

Re: [SG16] P2146R0 - Modern std::byte stream IO for C++

From: Tom Honermann <tom_at_[hidden]>
Date: Mon, 30 Mar 2020 14:14:49 -0400
On 3/25/20 6:15 PM, Lyberta via SG16 wrote:
> EDIT: Forgot to attach the actual paper. Oops.
>
> This paper proposes fundamental IO concepts, customization points for serialization and deserialization and streams for memory
> and file IO.
>
> It should appear publicly in mid-April mailing.
>
> This paper in particular focuses only on bytes, while providing minimalistic facilities for integers and floating point numbers.
> There is no explicit text support. This is very intentional.
>
> Tom voiced desire to discuss this paper in SG16 in the past so I'm posting it here to see if such discussion is necessary.

Thanks. Since this paper doesn't attempt to take on text support
directly, I don't see a need for SG16 to review yet. I'd like this
paper to first go through LEWGI. If LEWGI wants it, then we can look
more closely at implications for SG16.

Tom.
>
> In my mental model, text streams on the high level should be viewed as sequences of Unicode scalar values so text IO layer would
> not need to know the encoding. Internally, such streams would be viewed as sequences of code units. And only in case of going
> outside such as during file or network IO, the byte layer that this paper proposes would be used.
>
> IO contexts that are proposed here store endianness so it is reasonable to implement encoding schemes on top of this paper
> without complicating encoding facilities. I.e. encoding facilities only need Unicode encoding forms and not encoding schemes.
>
>
>


Received on 2020-03-30 13:17:42