On Wednesday, 16 February 2022 at 13:37:28 UTC, ikod wrote:
On Wednesday, 16 February 2022 at 10:31:38 UTC, Siarhei
Siamashka wrote:
On Friday, 11 February 2022 at 19:04:41 UTC, Sergey wrote:
Is this an attempt to implement a high performance solution
for the Benchmarks Game's LRU problem in D
On Wednesday, 16 February 2022 at 10:31:38 UTC, Siarhei Siamashka
wrote:
On Friday, 11 February 2022 at 19:04:41 UTC, Sergey wrote:
Is this an attempt to implement a high performance solution
for the Benchmarks Game's LRU problem in D language?
Yes. There is no D version there. And I'm just cu
On Friday, 11 February 2022 at 19:04:41 UTC, Sergey wrote:
Is this an attempt to implement a high performance solution
for the Benchmarks Game's LRU problem in D language?
Yes. There is no D version there. And I'm just curious how fast
is D in those problems.
Dlang (LDC), Crystal, Rust and C
On Friday, 11 February 2022 at 02:43:24 UTC, Siarhei Siamashka
wrote:
Though this strange benchmark is testing performance of an LRU
with ... wait for it ... 10 elements, which makes using
hashmap/dict/AA a completely ridiculous idea.
Hmmm... if it's static data i can see maybe a enum hashmap
On Friday, 11 February 2022 at 02:43:24 UTC, Siarhei Siamashka
wrote:
On Thursday, 10 February 2022 at 20:39:45 UTC, Sergey wrote:
Code could be found here:
https://github.com/cyrusmsk/lang_benchmark/tree/main/lru/source/d_comparison/mem
Is this an attempt to implement a high performance solu
On Thursday, 10 February 2022 at 20:39:45 UTC, Sergey wrote:
Code could be found here:
https://github.com/cyrusmsk/lang_benchmark/tree/main/lru/source/d_comparison/mem
Is this an attempt to implement a high performance solution for
the Benchmarks Game's LRU problem in D language?
PS it seem
Could someone help with memutils library?
It seems (based on some posts in 2018) that memutils is one of
the fastest hashmap in Dlang world (if you know it is not -
please help me find the fastest hashmap realisation).
I've made some benchmarks with the same code for regular AA,
ikod-containe