[racket] Small and short-lived data structures

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Tue Oct 22 08:48:27 EDT 2013

On Oct 22, 2013, at 6:46 AM, Konrad Hinsen <konrad.hinsen at fastmail.net> wrote:

> fter today's
> explorations, I conclude that there's probably no difference between
> structs and vectors once I am in the Typed Racket universe, so I'll
> stick to structs for now.


Use vectors. At some point, you will want to iterate over these things or access fields via computation. -- Matthias



Posted on the users mailing list.