lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5922 Rewr


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5922 Rewrite Skyline code
Date: Wed, 29 Apr 2020 05:30:15 -0000

I put this on "wait", no? This should not be merged as long as it's not
showing improved benchmarks

Op di 28 apr. 2020 09:43 schreef Jonas Hahnfeld address@hidden:

Hm, actually I had some comments yesterday that have not been addressed
yet.


Status: Started
Created: Sun Apr 19, 2020 09:42 PM UTC by Han-Wen Nienhuys
Last Updated: Tue Apr 28, 2020 07:33 AM UTC
Owner: Han-Wen Nienhuys

-

Do not use contiguous buildings. Instead, Y=-infinity is represented
by simply omitting the building. This reduces memory requirements
(for example, an empty skyline needs no buildings at all.), and
obviates the Skyline::normalize() call which takes ~1 % of CPU.
-

Buildings store Y coordinate of the left edge, rather than the
intercept at x==0.0. This avoid excessive rounding problems when X
is large, and lets us compute building.height_at(x[LEFT]) cheaply.
-

Avoid using infinity and NaN. We only let the X coordinates at the
be infinite (which is only necessary if a minimum height is
specified)
-

Aggressively prune zero width
buildings. Adjust input/regression/skyline-point-extent to match
this behavior
-

Simplify the merge code, using less nested if statements.
-

Add a unittest for the Skyline code
-

Debug output is produced with Lookup::segments_to_line_stencil()

https://codereview.appspot.com/547980044

Sent from sourceforge.net because you indicated interest in
https://sourceforge.net/p/testlilyissues/issues/5922/

To unsubscribe from further messages, please visit
https://sourceforge.net/auth/subscriptions/


[issues:#5922] Rewrite Skyline code

Status: Started
Created: Sun Apr 19, 2020 09:42 PM UTC by Han-Wen Nienhuys
Last Updated: Tue Apr 28, 2020 07:43 AM UTC
Owner: Han-Wen Nienhuys

https://codereview.appspot.com/547980044


Sent from sourceforge.net because address@hidden 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
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

[Prev in Thread] Current Thread [Next in Thread]