warriordog / ActivityPubSharp

Modular implementation of ActivityPub in C#
https://warriordog.github.io/ActivityPubSharp/
Mozilla Public License 2.0
45 stars 9 forks source link

Deserialize streams #163

Closed jenniferplusplus closed 7 months ago

jenniferplusplus commented 8 months ago

This adds handling to deserialize streams, which is important for performance. Deserializing directly from a stream eliminates several potentially large memory allocations. And the async should give better thread management in ASP.Net controllers.