[racket] H264 Codec in Racket

From: Vincent St-Amour (stamourv at ccs.neu.edu)
Date: Thu Jun 14 22:30:22 EDT 2012

At Thu, 14 Jun 2012 17:12:05 -0700 (PDT),
Anurag Mendhekar wrote:
> 2. Typed racket is also something we will explore. Are there any
> benchmarks out there for typed v. untyped racket?

Our PLDI 2011 paper has benchmark results:
http://www.ccs.neu.edu/racket/pubs/pldi11-thacff.pdf

We've continued working on Typed Racket since, so a broader range of
programs should be optimized now.

> Also, I'm assuming
> we can restrict ourselves to typed racket only where it really matters
> so that we can move back-and-forth between typed and untyped racket. 

Absolutely. Typed Racket was specifically designed for interoperability
and easy porting from Racket.

Vincent


Posted on the users mailing list.