On Sat, Jun 3, 2017 at 9:10 AM, Santhosh Ram Manohar <santhosh....@gmail.com> wrote: > 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 > ?
See the "Encoding Details" section in https://golang.org/pkg/encoding/gob . Ian -- 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.