[Issue 5756] amap() and maybe afilter() too

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

[Issue 5756] amap() and maybe afilter() too

2018-01-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5756 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org

[Issue 5756] amap() and maybe afilter() too

2016-10-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5756 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp

[Issue 5756] amap() and maybe afilter() too

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5756 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 5756] amap() and maybe afilter() too

2011-09-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5756 --- Comment #5 from bearophile_h...@eml.cc 2011-09-29 15:06:38 PDT --- An example of amap usage. This is input data: auto data = [10, 00, 111000, 111000, 11,

[Issue 5756] amap() and maybe afilter() too

2011-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5756 --- Comment #3 from bearophile_h...@eml.cc 2011-04-12 17:19:56 PDT --- See also bug 5838 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5756] amap() and maybe afilter() too

2011-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5756 --- Comment #2 from bearophile_h...@eml.cc 2011-03-27 13:38:59 PDT --- It seems dsimcha has renamed two functions in std.parallelism, now the eager version is named amap:

[Issue 5756] amap() and maybe afilter() too

2011-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5756 --- Comment #1 from bearophile_h...@eml.cc 2011-03-23 23:47:04 PDT --- As in std.parallelism, I suggest to add a second optional argument to the amap()/afilter(), an optional buffer to return the result. If the buffer is provided, it must be