Hacker News new | ask | show | jobs
by Bogdanp 501 days ago
Nice! Yeah, using protobufs seems reasonable. Re. GC, Racket has support for "freezing" values in place to prevent the GC from moving them, but freezing too many values can impact the GC's operation so I'd watch out for that if that's possible in OCaml.
1 comments

Makes sense. Thanks for the tip!