|
From: | Auto mailings of changes to Lily Issues via Testlilyissues-auto |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5907 Rewrite Mutable_properties based on vector<SCM> |
Date: | Tue, 14 Apr 2020 10:04:29 -0000 |
My though was to delete this issue on SF (not talking about Rietveld), which you didn't create for the first upload. Doesn't matter anymore, I've added the missing title and description.
[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:34 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
[Prev in Thread] | Current Thread | [Next in Thread] |