>From https://blog.golang.org/gobs-of-data

"The first time you encode a value of a given type, the gob package builds 
a little interpreted machine specific to that data type. It uses reflection 
on the type to construct that machine, but once the machine is built it 
does not depend on reflection."

Is there any detailed info on how this interpreted machine is built and 
used ?

thanks,
Santhosh.

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

Reply via email to