From ff784c6912aede0a49c5862df23f50cfae7a13f1 Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Sat, 16 Dec 2023 13:57:24 -0600 Subject: [PATCH] Add Glaze under CSV libraries (#1473) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 654302c..1dda724 100644 --- a/README.md +++ b/README.md @@ -388,6 +388,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [csv2](https://github.com/p-ranav/csv2) - Fast CSV parser for modern C++. [MIT] * [Csv::Parser](https://github.com/ashaduri/csv-parser) - Compile-time and runtime CSV parser written in C++17. [Zlib] * [Fast C++ CSV Parser](https://github.com/ben-strasser/fast-cpp-csv-parser) - Small, easy-to-use and fast header-only library for reading CSV files. [BSD-3-Clause] +* [Glaze](https://github.com/stephenberry/glaze) - High performance, header only, CSV library with reflection support. [MIT] * [lazycsv](https://github.com/ashtum/lazycsv) - A fast, lightweight and single-header csv parser for modern C++. [MIT] * [ssp](https://github.com/red0124/ssp) - A header only "csv" parser which is fast and versatile with modern C++ api. [MIT] * [Vince's CSV Parser](https://github.com/vincentlaucsb/csv-parser) - A fast, self-contained, streaming C++17 CSV parser with optional type-casting and statistics. [MIT]