Bring mongo::Duration up to date with std::chrono::duration

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Server Programmability
    • SP Prioritized List, Programmability 2025-09-01, Programmability 2025-09-15, Programmability 2025-09-29, Programmability 2025-10-13
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The Duration class is missing features that the std::chrono::duration class provides, which makes it cumbersome to work with and difficult to seek outside help for (bc there is a mongo-specific Duration lib rather that the standard library). A recent example is linked in the comments, where I had to go through the 
      std::chrono::duration API in order to achieve my goal of casting a double to a duration type.
       
      It would be useful to do a refresh of the Duration class to make it's API more aligned with std::chrono::duration in order to improve developer velocity & intuition about the class.

            Assignee:
            Billy Donahue
            Reporter:
            Erin McNulty
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: