[racket] Racket blog post: Fully Inlined Merge Sort

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Fri Aug 24 17:50:04 EDT 2012

Nice!  It would be great to link from the post to a full version of
the code somewhere; I like GitHub gists for this purpose but you can
maybe even attach files to posts.

On Fri, Aug 24, 2012 at 5:08 PM, Neil Toronto <neil.toronto at gmail.com> wrote:
> I've posted to the Racket blog:
>
>   http://blog.racket-lang.org/2012/08/fully-inlined-merge-sort.html
>
> It shows how to use continuation-passing style in expansion-phase functions
> to fully inline a merge sort. The expanded code doesn't create any
> intermediate lists. Or a result list, for that matter.
>
> Neil ⊥
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users



-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.