Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 421 Bytes

File metadata and controls

8 lines (5 loc) · 421 Bytes

exprtk

A C++ Mathematical Expression Toolkit Library based on https://github.com/ArashPartow/exprtk.

Major Changes

  1. Split the original single header into modular files for easier iteration, with a merge script to generate a single hpp output
  2. Added AST node arena allocator to improve memory efficiency, median +3.3% parse throughput improvement, see benchmark_result