From 78389b87f66ae54c2b4d541c2845b93f992eca52 Mon Sep 17 00:00:00 2001 From: Mohammad Nejati Date: Mon, 18 Apr 2022 12:19:05 +0430 Subject: [PATCH] Add lazycsv lazycsv is a fast, lightweight and single-header csv parser written in modern C++ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e76da54..156bdff 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,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] +* [lazycsv](https://github.com/ashtum/lazycsv) - A fast, lightweight and single-header csv parser for modern C++. [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] ## Database