matsengrp / larch

Inference and manipulation of history DAGs
2 stars 2 forks source link

DAG I/O: protobuf to custom format #81

Closed davidrich27 closed 3 months ago

davidrich27 commented 4 months ago

Currently we are using Protobufs for DAG I/O. However, this has raised the issue that protobuf file format has a hard limit of 2GB total size. To resolve this, we need to create a custom file format to save/load DAGs.

davidrich27 commented 3 months ago

Closed by #83