mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-05-01 03:19:28 +08:00
- buildInt: parse once as unsigned long long (input is never negative), strip suffixes with remove_suffix, eliminate two-pass fallback path - json.hpp parse_number: scan number boundaries in-place, call from_chars directly on the string range — no intermediate strings or std::pow - parse_num: remove dead integral overload, collapse to single template - Remove unused <cmath> includes from both files Requested by @lefticus in PR #669 review. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fnv1a.hpp | ||
| hash.hpp | ||
| json_wrap.hpp | ||
| json.hpp | ||
| quick_flat_map.hpp | ||
| stack_vector.hpp | ||
| static_string.hpp | ||
| utility.hpp | ||