intelligenthack / intelligentcache

A distributed cache backed by Redis
MIT License
18 stars 2 forks source link

Extract serialization concerns into independent projects #25

Open RagingKore opened 3 years ago

RagingKore commented 3 years ago

Good work guys,

In order to reduce dependencies, separate concerns and increase maintainability would you consider creating extra projects/packages for all serializers?

Also perhaps the serialization api would benefit from a different approach using ValueTask, Span and other structures.

Cheers.