zspitz / PandocFilters

Pandoc filters in .NET
Other
1 stars 1 forks source link

Performance implications of loading entire document into memory at once #3

Open zspitz opened 3 years ago

zspitz commented 3 years ago

A possible step: we're currently using JSON.NET, which allows passing StdIn directly to be deserialized, and StdOut directly for serialization. How does this work with defined types?