This is a question more about the footprint of each.  Deep down is a Struct 
really just syntactic sugar over a list.  As in most things in Lisp from my 
understanding are all just lists, it is the basic building block of all data.  
Is a struct also just a list and the element names enumerations of the fields 
by position.

Basically I am trying to figure out, without writing a benchmark test, if there 
is any processing overhead in using a struct instead of a list with enumerated 
field names.

Ken

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to