<div dir="ltr"><div dir="ltr">On Sun, Sep 13, 2020 at 10:50 PM Daniel Kozak <<a href="mailto:kozzi11@gmail.com">kozzi11@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Sep 13, 2020 at 1:25 PM ikod via Digitalmars-d <<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Default runtime map provide some properties which may be <br>
unavailable for other implementations. Its speed may be affected <br>
by GC, it uses to keep table items.<br>
<br>
You may include some hash map implementations from the dub repo <br>
in your benchmark.<br><br></blockquote><div><br></div><div>I have tried emsi_containers, memutils and  ikod-containers.</div><div>default D's AA take 1s on my pc</div><div>emsi_containers take 3s realy slow<br></div><div>memutils was fast but does not realy work (seems it is broken because there has been nan at d[0] and many  other indexes)</div><div>ikod-containers take 242ms <br></div><div><br></div></div></div></div></blockquote><div><br></div><div>lua takes 489ms </div></div></div>