jtmueller / Collections.Pooled

Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
MIT License
554 stars 48 forks source link

Serialization tests #21

Closed jtmueller closed 5 years ago

jtmueller commented 5 years ago

Adds serialization/deserialization unit tests, suppresses potential exceptions that can be thrown when returning arrays to the array pool.

jtmueller commented 5 years ago

Resolves #20