On Thu, Jun 7, 2018 at 8:01 AM aram <[email protected]> wrote:
> I am working on the same problem in my project (arena-allocated strings), > and came across this topic. It is 2.5 years old now, so I wonder if > arena-allocated strings or StringPiece class is going to be included in > official protobuf releases any time soon? > Unfortunately this has happened yet. The main issue is how to adopt abseil in protobuf library to be able to use the new string_view type and Cord. We haven't figured that out yet. You can follow-up on https://github.com/google/protobuf/issues/1896 and we will post updates there. > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
