This repository has been archived by the owner on Apr 19, 2020. It is now read-only.
- Namespace'd include directory inside a csv/ folder
- Removed unnecessary shared_ptr in Dialects
- Switched to std::string_view for keys in CSV rows - Now requiring C++17
- Switched to using robin_hood::unordered_flat_map
- Removed std::mutex, using std::atomic instead