[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5931 Use vectors rather than lists for skylines.

2020-04-26 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
- **status**: Started --> Duplicate
- **Patch**: review --> abandoned
- **Comment**:

still a duplicate of #5896



---

** [issues:#5931] Use vectors rather than lists for skylines.**

**Status:** Duplicate
**Created:** Fri Apr 24, 2020 11:52 AM UTC by Han-Wen Nienhuys
**Last Updated:** Sun Apr 26, 2020 12:53 PM UTC
**Owner:** Han-Wen Nienhuys


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

Raw timings (-O2 -pg build, CPU underclocked to 2Ghz):

Arrays:

67.64
67.23
66.96

Lists:

70.89
70.91
71.09

https://codereview.appspot.com/572040043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5931 Use vectors rather than lists for skylines.

2020-04-26 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
- **Needs**:  -->  
- **Patch**: new --> review
- **Type**:  -->  
- **Comment**:

Passes make, make check and a full make doc.



---

** [issues:#5931] Use vectors rather than lists for skylines.**

**Status:** Started
**Created:** Fri Apr 24, 2020 11:52 AM UTC by Han-Wen Nienhuys
**Last Updated:** Sun Apr 26, 2020 12:37 PM UTC
**Owner:** Han-Wen Nienhuys


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

Raw timings (-O2 -pg build, CPU underclocked to 2Ghz):

Arrays:

67.64
67.23
66.96

Lists:

70.89
70.91
71.09

https://codereview.appspot.com/572040043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5931 Use vectors rather than lists for skylines.

2020-04-26 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
jonas final comment

https://codereview.appspot.com/583750043


---

** [issues:#5931] Use vectors rather than lists for skylines.**

**Status:** Started
**Created:** Fri Apr 24, 2020 11:52 AM UTC by Han-Wen Nienhuys
**Last Updated:** Sun Apr 26, 2020 12:37 PM UTC
**Owner:** Han-Wen Nienhuys


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

Raw timings (-O2 -pg build, CPU underclocked to 2Ghz):

Arrays:

67.64
67.23
66.96

Lists:

70.89
70.91
71.09

https://codereview.appspot.com/572040043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5931 Use vectors rather than lists for skylines.

2020-04-25 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
drop normalize()

https://codereview.appspot.com/583750043


---

** [issues:#5931] Use vectors rather than lists for skylines.**

**Status:** Started
**Created:** Fri Apr 24, 2020 11:52 AM UTC by Han-Wen Nienhuys
**Last Updated:** Sat Apr 25, 2020 07:39 PM UTC
**Owner:** Han-Wen Nienhuys


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

Raw timings (-O2 -pg build, CPU underclocked to 2Ghz):

Arrays:

67.64
67.23
66.96

Lists:

70.89
70.91
71.09

https://codereview.appspot.com/572040043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5931 Use vectors rather than lists for skylines.

2020-04-24 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
jonas

https://codereview.appspot.com/583750043


---

** [issues:#5931] Use vectors rather than lists for skylines.**

**Status:** Started
**Created:** Fri Apr 24, 2020 11:52 AM UTC by Han-Wen Nienhuys
**Last Updated:** Fri Apr 24, 2020 12:35 PM UTC
**Owner:** Han-Wen Nienhuys


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

Raw timings (-O2 -pg build, CPU underclocked to 2Ghz):

Arrays:

67.64
67.23
66.96

Lists:

70.89
70.91
71.09

https://codereview.appspot.com/572040043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5931 Use vectors rather than lists for skylines.

2020-04-24 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
jonas

https://codereview.appspot.com/572040043


---

** [issues:#5931] Use vectors rather than lists for skylines.**

**Status:** Started
**Created:** Fri Apr 24, 2020 11:52 AM UTC by Han-Wen Nienhuys
**Last Updated:** Fri Apr 24, 2020 12:03 PM UTC
**Owner:** Han-Wen Nienhuys


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

Raw timings (-O2 -pg build, CPU underclocked to 2Ghz):

Arrays:

67.64
67.23
66.96

Lists:

70.89
70.91
71.09

https://codereview.appspot.com/572040043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5931 Use vectors rather than lists for skylines.

2020-04-24 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development



---

** [issues:#5931] Use vectors rather than lists for skylines.**

**Status:** Started
**Created:** Fri Apr 24, 2020 11:52 AM UTC by Han-Wen Nienhuys
**Last Updated:** Fri Apr 24, 2020 11:52 AM UTC
**Owner:** nobody


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

Raw timings (-O2 -pg build, CPU underclocked to 2Ghz):

Arrays:

67.64
67.23
66.96

Lists:

70.89
70.91
71.09

https://codereview.appspot.com/572040043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto