mransan/ocaml-protoc

make messages mutable by default (or with an option)?

Opened this issue · 0 comments

  • decoder already has such a type, so it'd simplify a bit the code overall
  • users can build messages incrementally, modify them in various places
  • opens the door to reusing messages in case allocations are a problem

what do you think?