[Issue 4114] Support static arrays in some algorithms
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 17 04:46:52 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4114
--- Comment #2 from bearophile_hugs at eml.cc 2010-08-17 04:46:46 PDT ---
In my code I use fixed-sized arrays when possible because heap allocations are
slow. What I'd like is that some operations, like the sorts, counts, searches,
tests like isSorted, and few other operations, to just work with fixed-sized
arrays too. I don't think that performing a isSorted() on a fixed-sized array
is an unsafe operation, so I don't agree with you.
If you, Andrei (and Brad Roberts) are not interested in this, then you may
close this enhancement request.
Regarding that toRange() I am not sure if it's a worth addition for Phobos2,
you may ask other people.
Thank you for your work on Phobos2.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list