Re: [go-nuts] Proposal: radix sort in /x/exp

2016-08-18 Thread Randall Farmer
ssions of interest. :) Calling this one dead for now but always up to answer questions or whatever. Best, Randall 2016-08-17 22:57 GMT-07:00 Nigel Tao : > On Tue, Aug 16, 2016 at 1:05 PM, Randall Farmer wrote: > > I think, in general, a great thing about Go is most stdlib packages scale

[go-nuts] Proposal: radix sort in /x/exp

2016-08-15 Thread Randall Farmer
Hi! I'd like to propose adding an /x/exp package with in-place radix sort. Maybe someday something like it gets into stdlib and backs sort.Ints and company (great!), maybe not (works for me, just the review's worth it). I'm posting here rather than opening a GitHub issue because earlier this year