digitalmars.D - array, map, filter, sort, schwartzSort
- bearophile (9/9) Oct 18 2010 I plan to show some comments about a small geometry algorithm I have imp...
I plan to show some comments about a small geometry algorithm I have implemented in D. While writing that code I have given some thoughts about Phobos and schwartzSort, here are few patches and suggestions: http://d.puremagic.com/issues/show_bug.cgi?id=5074 http://d.puremagic.com/issues/show_bug.cgi?id=5075 http://d.puremagic.com/issues/show_bug.cgi?id=5076 http://d.puremagic.com/issues/show_bug.cgi?id=5077 http://d.puremagic.com/issues/show_bug.cgi?id=5078 Some of those things may need a bit of discussion too. Bye, bearophile
Oct 18 2010