lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5907 Rewrite


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5907 Rewrite Mutable_properties based on vector<SCM>
Date: Tue, 14 Apr 2020 07:34:00 -0000

Diff:

--- old
+++ new
@@ -1,4 +1,4 @@
-Rewrite Mutable_properties based on vector&lt;SCM&gt;
+Rewrite Mutable_properties based on `vector&lt;SCM&gt;`

 Alists use are based on linked lists. They have poor locality, which
 introduces more CPU cache misses. Since LilyPond is not multithreaded,

[issues:#5907] Rewrite Mutable_properties based on vector<SCM>

Status: Started
Created: Mon Apr 13, 2020 08:47 PM UTC by Han-Wen Nienhuys
Last Updated: Tue Apr 14, 2020 07:33 AM UTC
Owner: Han-Wen Nienhuys

Rewrite Mutable_properties based on vector<SCM>

Alists use are based on linked lists. They have poor locality, which
introduces more CPU cache misses. Since LilyPond is not multithreaded,
the CPU sits idle during these misses.

This is part a series of experiments to rearchitect property
storage. None of them seem especially promising currently.

https://codereview.appspot.com/575990043


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]