[Issue 8550] std.container.InlinedArray

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8550 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

[Issue 8550] std.container.InlinedArray

2012-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8550 Daniel Cousens daniel...@bigpond.com changed: What|Removed |Added CC|

[Issue 8550] std.container.InlinedArray

2012-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8550 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added CC|

[Issue 8550] std.container.InlinedArray

2012-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8550 --- Comment #3 from bearophile_h...@eml.cc 2012-08-15 15:34:34 PDT --- (In reply to comment #2) This is called small array optimization except for size of array is hardwired so that the whole struct fits a couple of words. I suggest to just