Menu

#5896 Use vectors rather than lists for skylines.

Fixed
2020-05-01
2020-04-12
No

Linked lists have poor locality. This yields a 6% speedup on the
Carver MDSM score.

https://codereview.appspot.com/583750043

Discussion

<< < 1 2 (Page 2 of 2)
  • Han-Wen Nienhuys

    by jonas' request.

     
  • Anonymous

    Anonymous - 2020-04-26
    • Patch: review --> new
     
  • Anonymous

    Anonymous - 2020-04-26
    • Patch: new --> review
     
  • Anonymous

    Anonymous - 2020-04-26

    Passes make, make check and a full make doc.

     
  • Jonas Hahnfeld

    Jonas Hahnfeld - 2020-04-26
    • Patch: review --> new
     
  • Jonas Hahnfeld

    Jonas Hahnfeld - 2020-04-26

    resetting to trigger testing of Patch Set 9

     
  • Anonymous

    Anonymous - 2020-04-27
    • Patch: new --> review
     
  • Anonymous

    Anonymous - 2020-04-27

    Passes make, make check and a full make doc

     
  • Anonymous

    Anonymous - 2020-04-28
    • Patch: review --> countdown
     
  • Anonymous

    Anonymous - 2020-04-28

    Patch on countdown for April 30th

     
  • Anonymous

    Anonymous - 2020-04-30
    • Patch: countdown --> push
     
  • Anonymous

    Anonymous - 2020-04-30

    Patch counted down - please push.

     
  • Jonas Hahnfeld

    Jonas Hahnfeld - 2020-05-01
    • labels: --> Fixed_2_21_2
    • status: Started --> Fixed
    • Patch: push -->
     
  • Jonas Hahnfeld

    Jonas Hahnfeld - 2020-05-01
    commit eaf40071f56ca2ca337dc7684c0da3f307f070bd
    Author:     Han-Wen Nienhuys <hanwen@lilypond.org>
    AuthorDate: Fri Apr 17 16:37:44 2020 +0200
    Commit:     Han-Wen Nienhuys <hanwen@lilypond.org>
    CommitDate: Fri May 1 08:35:18 2020 +0200
    
        Use vectors rather than lists for skylines.
    
        Linked lists have poor locality.  This yields a ~7% speedup on the
        Carver MDSM score.
    
        [...]
    
     
<< < 1 2 (Page 2 of 2)