I currently get the feeling that most programmers have no idea at all what allocator to choose for each given combination of container and element type they want to use.
Would it be possible to set up a mapping (either formal or
informal) of each typical container (such as array, linked-list
etc) plus element type to a suitable default allocator? And
perhaps add this to the documentation of
`std.experimental.allocator`?
- Default allocator of container plus ele... Nordlöw via Digitalmars-d
- Re: Default allocator of container... Nordlöw via Digitalmars-d
- Re: Default allocator of container... Jacob Carlborg via Digitalmars-d
- Re: Default allocator of container... Moritz Maxeiner via Digitalmars-d
- Re: Default allocator of container... rikki cattermole via Digitalmars-d
