oleg-st / ZstdSharp

Port of zstd compression library to c#
MIT License
198 stars 29 forks source link

Sharpcompress #36

Open adamhathcock opened 2 months ago

adamhathcock commented 2 months ago

Are you interested in joining forces by embedding your zstd work into Sharpcompress?

There's a driver to keep all compressors in the library which enables things like native support: https://github.com/adamhathcock/sharpcompress/issues/793

Instead of me attempting to embed this directly (as I did years ago) https://github.com/adamhathcock/sharpcompress/pull/627 I'd rather move it to an org and let more people work on things.

oleg-st commented 2 months ago

I don't know. What exactly you're offering? Why not leave ZstdSharp as an dependency?

adamhathcock commented 2 months ago

Making sharpcompress an org with multiple maintainers instead of myself.

Dependencies are often tricky as seen because of the low level nature of sharpcompress. I've had issues in the past and was looking to bulletproof things.

If you don't have a desire, that's cool.