t-mat / lz4mt

Platform independent, multi-threading implementation of lz4 stream in C++11
Other
199 stars 47 forks source link

Design docs #31

Open niepiekm opened 9 years ago

niepiekm commented 9 years ago

Hi,

I'm studying your code to educate myself in multi-threaded programming. Since the code has little comments, I'm wondering if you could share any design docs or UML diagrams for it?

Thanks, Marek