Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.
Compare
Choose a tag to compare
@p-ranav p-ranav released this 23 Apr 01:42
· 42 commits to master since this release
1217c0d
  • 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