toBytes

fun CompiledConfSpace.toBytes(): ByteArray

Compiled conf spaces are actually big enough that parsing the TOML file can run the JVM out of heap space! So, we need a more efficient format...

This is an attempt at encoding a compiled conf space with an efficient binary format.

NOTE: This does not produce human-readable output!