<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:16px"><div id="yui_3_16_0_ym19_1_1472025551688_10624">Hi All</div><div id="yui_3_16_0_ym19_1_1472025551688_10625"><br></div><div id="yui_3_16_0_ym19_1_1472025551688_10626" dir="ltr">I call "memcmp" via EvaluateExpression on targets memory to compare two elements of an array. I do it thousands of times to find all matching array elements for many arrays. It works great at the beginning. But slows down by a lot with each call. Magnitude of the slow down is what used to be 1 minute operation start taking hours.<br></div><div id="yui_3_16_0_ym19_1_1472025551688_10877" dir="ltr">I found that similar topic was discussed here <a id="yui_3_16_0_ym19_1_1472025551688_9127" href="http://lists.llvm.org/pipermail/lldb-dev/2014-April/003836.html">http://lists.llvm.org/pipermail/lldb-dev/2014-April/003836.html</a> in April of 2014. It ends with talking about a patch to make ClusterManager a map or unordered_set instead of being a vector. Do you know if this patch has been applied?</div><div id="yui_3_16_0_ym19_1_1472025551688_11788" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1472025551688_11789" dir="ltr">Is there any work around? For example, is it possible to delete ClusterManager from python script when I move from one array to another?<br> </div></div></body></html>