Date: Mon, 20 Apr 2026 08:40:26 -0500
On Sat, Apr 18, 2026 at 3:13 AM Michael Wong via SG19 <sg19_at_[hidden]>
wrote:
> ..discussed the need for a data frame and CSV file reading capabilities to
> enhance C++'s AI infrastructure.
>
There are at least a dozen CSV parsing and serialization libraries in the
Conan and vcpkg ecosystem. There is no need for a CSV library in the C++
standard. People can readily use an existing solution. The same logic
applies for JSON, MessagePack, CBOR, BSON, and so on.
wrote:
> ..discussed the need for a data frame and CSV file reading capabilities to
> enhance C++'s AI infrastructure.
>
There are at least a dozen CSV parsing and serialization libraries in the
Conan and vcpkg ecosystem. There is no need for a CSV library in the C++
standard. People can readily use an existing solution. The same logic
applies for JSON, MessagePack, CBOR, BSON, and so on.
-- -- René Ferdinand Rivera Morell -- Don't Assume Anything -- No Supongas Nada -- Robot Dreams - http://robot-dreams.net
Received on 2026-04-20 13:40:41
