gob size limit
Hi, I'm hitting the gob size upper limit in gob/decoder.go on line 80 in tip. It's now capped at a hardcoded 1GB. I'm using gobs here to store a large data structure to disk. Is there a plan to relax this restriction? (It's now marked as a TODO) On a 64-bit machine, it shouldn't be a problem as far as I can tell. Many thanks, Max
RSS Feed