[Issue 4114] Support static arrays in some algorithms

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4114 Andrei Alexandrescu changed: What|Removed |Added Version|future |D2 --

[Issue 4114] Support static arrays in some algorithms

2011-08-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4114 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4114] Support static arrays in some algorithms

2010-08-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4114 --- Comment #2 from bearophile_h...@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 isSor

[Issue 4114] Support static arrays in some algorithms

2010-08-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4114 David Simcha changed: What|Removed |Added CC||dsim...@yahoo.com --- Comment #1 from D