Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-645

Improve the performance of Future.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.16.0
    • None
    • None

    Description

      Future is performance critical. The current implementation of Future uses a Latch which leverages a process which is not efficient (e.g. user level switches, process creation/termination cost, etc.).

      Our idea is to create the Latch in each Future lazily so that in common cases, we don't need to create a Latch.

      Attachments

        Activity

          People

            jieyu Jie Yu
            jieyu Jie Yu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: