C++ Logo

sg15

Advanced search

Re: [Tooling] [isocpp-modules] Dependency information for module-aware build tools

From: Matthew Woehlke <mwoehlke.floss_at_[hidden]>
Date: Fri, 8 Mar 2019 17:14:37 -0500
On 06/03/2019 08.41, Ben Boeckel wrote:
> On Tue, Mar 05, 2019 at 12:50:36 -0800, Richard Smith wrote:
>> Maybe we could allow either a string or an array of integers, where those
>> integers will be of the right width for the platform-specific file system
>> APIs? (It doesn't seem like we need to specify the format in the JSON file,
>> since we don't expect to be able to use the JSON file on a machine running
>> on a different platform.)

Has anyone done any performance testing on that vs. base64? I wouldn't
be surprised if base64 is faster to encode and decode.

-- 
Matthew

Received on 2019-03-08 23:14:40