Date: Mon, 06 Jan 2014 11:39:34 -0500 From: Pedro Giffuni <pfg@FreeBSD.org> To: Jordan Hubbard <jordanhubbard@me.com> Cc: hackers@Freebsd.org Subject: GCD (was Re: svn commit: r260311 - in head/contrib: gcc gcc/cp gcc/doc gcclibs/include gcclibs/libiberty) Message-ID: <52CADC46.1060200@FreeBSD.org> In-Reply-To: <9B829C42-1218-46F0-B3BF-D491A2F733B9@me.com> References: <201401050043.s050hSMI089553@svn.freebsd.org> <20140105124557.5dd8395a@kalimero.tijl.coosemans.org> <52C985C7.9060406@FreeBSD.org> <9B829C42-1218-46F0-B3BF-D491A2F733B9@me.com>
next in thread | previous in thread | raw e-mail | index | archive | help
(Time to move this thread to a list) On 06.01.2014 09:48, Jordan Hubbard wrote: > > On Jan 5, 2014, at 5:18 PM, Pedro Giffuni <pfg@FreeBSD.org > <mailto:pfg@FreeBSD.org>> wrote: > >> *Anyone working on a GCD-enabled version of grep or sort? :). > > Look at stdlib/FreeBSD/psort.c in OS X’s Libc > (http://www.opensource.apple.com/release/os-x-109/Libc-997.1.1) - > that’s the basis for the GCD-aware sort. > Ah , yes: http://opensource.apple.com/source/Libc/Libc-997.1.1/stdlib/FreeBSD/ I see some #include <dispatch/dispatch.h> and the code is BSD licensed. > I don’t know if we got around to doing grep or not - I’d have to look. :) > Here is a nice video about GCD: http://youtu.be/nhbA9jZyYO4 There are many nice things to do (parallel patch/diff too), and we are one of the two OSs that support it. Pedro.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52CADC46.1060200>