<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.pl-k
        {mso-style-name:pl-k;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=DE style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hi Troy,<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>When integrating the module update functionality in Ezra Bible App, I noticed a performance issue in the function <span style='font-size:9.0pt;font-family:Consolas;color:#D2A8FF;background:#0D1117'>InstallMgr::getModuleStatus</span>.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>On my laptop, it takes almost two seconds to run this against all repositories from the master repo list. On my slower surface tablet, it takes even longer and I haven’t tested it on my even slower Android devices, yet. This generates a bit of an issue in my JavaScript based application (longer interrupts of the JavaScript event loop lead to some freezing in the UI).</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Considering the parameters <span class=pl-k><span style='font-size:9.0pt;font-family:Consolas;color:white;background:#0D1117'>const</span></span><span style='font-size:9.0pt;font-family:Consolas;color:#C9D1D9;background:#0D1117'> SWMgr &base, </span><span class=pl-k><span style='font-size:9.0pt;font-family:Consolas;color:white;background:#0D1117'>const</span></span><span style='font-size:9.0pt;font-family:Consolas;color:#C9D1D9;background:#0D1117'> SWMgr &other</span>, I saw that the function loops through all modules within <span style='font-size:9.0pt;font-family:Consolas;color:#C9D1D9;background:#0D1117'>other</span>. If one just wants to see which local modules are outdated, it would be enough to go through the ones that are also present within <span style='font-size:9.0pt;font-family:Consolas;color:#C9D1D9;background:#0D1117'>base</span>, right? Could that be a way of optimizing the performance?<br><br>Best regards,<br>Tobias</p></div></body></html>