Allocators are not a requirement or even helpful for data structures that do not allocate

Sergey kornburn at yandex.ru
Fri Feb 14 07:49:24 UTC 2025


On Thursday, 13 February 2025 at 19:19:50 UTC, monkyyy wrote:
> *They cant be.*
>
> Its been years: https://github.com/dlang/project-ideas/issues/72
>
> There exists a half dozen trivial ideas for static arrays + an 
> op overload, such as a ring array; that do not allocate but 
> merely change the declared length(if that). Your all so very 
> very deep in theory while ignoring trivially low hanging fruit.

There are data structure dub packages and nothing stop anyone to 
introduce new one with new data structures.
afaik you already started doing your own (with template hell) .. 
so what is the point?


More information about the Digitalmars-d mailing list