lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5904 Optimize


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5904 Optimize get_path_list.
Date: Sun, 19 Apr 2020 09:30:18 -0000

commit d48d79b52c28cf9c82d088b2fdf8edbf452d6f94
Author:     Han-Wen Nienhuys <hanwen@lilypond.org>
AuthorDate: Mon Apr 13 18:36:46 2020 +0200
Commit:     Han-Wen Nienhuys <hanwen@lilypond.org>
CommitDate: Sun Apr 19 09:59:34 2020 +0200

    Optimize get_path_list.

    It constructed a list just to call memv() on it. Memv does the
    hare&tortoise algorithm, so it's also unnecessarily slow.

[issues:#5904] Optimize get_path_list.

Status: Fixed
Labels: Fixed_2_21_1
Created: Mon Apr 13, 2020 04:36 PM UTC by Han-Wen Nienhuys
Last Updated: Sun Apr 19, 2020 06:50 AM UTC
Owner: Han-Wen Nienhuys

It constructed a list just call memv() on it. Memv does the
hare&tortoise algorithm, so it's also unnecessarily slow.

https://codereview.appspot.com/579570043


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]