Use from_chars instead of std::stoi in validate_timeseries.cpp

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • 9.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Storage Execution
    • Storage Execution 2026-06-08, Storage Execution 2026-06-22
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      `std::from_chars` is more efficient for this use case and does not require converting `StringData` to `std::string`. Or try-catch. 

            Assignee:
            Elise Zhu
            Reporter:
            Benjamin Pearce
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: