mransan / ocaml-protoc

A Protobuf Compiler for OCaml
https://mransan.github.io/ocaml-protoc/
MIT License
179 stars 33 forks source link

visitor pattern for pbrt encoder #221

Closed c-cube closed 10 months ago

c-cube commented 10 months ago

The goal is to make encoding more flexible (ability to encode to bigarrays, etc.) and also to permit to encode backwards eventually.

c-cube commented 10 months ago

This is not a great idea, compared to #222 which achieves good performance.