Speed of hash tables compared to lua

Daniel Kozak kozzi11 at gmail.com
Sun Sep 13 20:52:13 UTC 2020


On Sun, Sep 13, 2020 at 10:50 PM Daniel Kozak <kozzi11 at gmail.com> wrote:

>
>
> On Sun, Sep 13, 2020 at 1:25 PM ikod via Digitalmars-d <
> digitalmars-d at puremagic.com> wrote:
>
>>
>> Default runtime map provide some properties which may be
>> unavailable for other implementations. Its speed may be affected
>> by GC, it uses to keep table items.
>>
>> You may include some hash map implementations from the dub repo
>> in your benchmark.
>>
>>
> I have tried emsi_containers, memutils and  ikod-containers.
> default D's AA take 1s on my pc
> emsi_containers take 3s realy slow
> memutils was fast but does not realy work (seems it is broken because
> there has been nan at d[0] and many  other indexes)
> ikod-containers take 242ms
>
>
lua takes 489ms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20200913/284ee8e4/attachment.htm>


More information about the Digitalmars-d mailing list