Apollo3zehn / PureHDF

A pure .NET library that makes reading and writing of HDF5 files (groups, datasets, attributes, ...) very easy.
MIT License
47 stars 16 forks source link

Super issue #4

Open Apollo3zehn opened 3 years ago

Apollo3zehn commented 3 years ago

before alpha release

before beta release

before release

performance Optimizations

allocation alternative? ReadOnlySequence to reduce allocations: https://docs.microsoft.com/en-us/dotnet/standard/io/buffers

microsoft/Microsoft.IO.RecyclableMemoryStream: A library to provide pooling for .NET MemoryStream objects to improve application performance.: https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream

missing tests

backlog

related:

Ams627 commented 2 years ago

Does this mean that currently, it is impossible to read variable length non string data types?

Apollo3zehn commented 2 years ago

Yes, that is not possible yet. Mainly because it not know how variable length data would look like. Do you have an example?