Comment by Bolwin
8 hours ago
On the web? In wasm? I'd much rather use a new format. MAML's parser is 2kb of js gzipped according to the repo and very fast.
8 hours ago
On the web? In wasm? I'd much rather use a new format. MAML's parser is 2kb of js gzipped according to the repo and very fast.
If that matters, the just bite the bullet and use JSON, which is supported in every browser in existence and has a parser library in every language worth using.