ironfede / openmcdf

Microsoft Compound File .net component - pure C# - netstandard 2.0
Mozilla Public License 2.0
302 stars 73 forks source link

[memory management] investigate possible usage of System.IO.Pipelines in openMCDF API #26

Open michaelp opened 6 years ago

michaelp commented 6 years ago

The following is a list of relevant resources, that IMO applicable to the current situation

  1. System.IO.Pipelines: High performance IO in .NET
  2. Also Span
  3. and obviously [post1] (https://blog.marcgravell.com/2018/07/pipe-dreams-part-1.html)
  4. [post2] (https://blog.marcgravell.com/2018/07/pipe-dreams-part-2.html)