Speed of hash tables compared to lua

ikod igor.khasilev at gmail.com
Thu Sep 24 11:43:14 UTC 2020


On Monday, 14 September 2020 at 06:02:49 UTC, ikod wrote:
> On Monday, 14 September 2020 at 05:31:57 UTC, mw wrote:
>> On Monday, 14 September 2020 at 05:25:03 UTC, Daniel Kozak 
>> wrote:
>>> Does not work, first I have to change
>>> ...
>>> And after that it takes 262ms but end up with SIGSEGV.
>>
>> Create a github repo, so everyone can run the benchmark, ... 
>> and fix it?
>
> Nice idea! It also should contain memory measurements and 
> feature matrix (as feature set can affect speed).
>
> It also would be nice to have benchmarks on some different 
> key/value types or sizes, like class as key or value, 
> struct(fat struct) as key or value, etc..

I added benchmark folder to my project

https://github.com/ikod/ikod-containers/tree/master/bench

Please add your implementations

Thanks!



More information about the Digitalmars-d mailing list