#1395 added support for lz4framed, but didn't document it.
I started to add it, and realized I really don't understand the differences between these two...
@everpcpc can you clarify what you found compelling about lz4framed over lz4? At a quick glance, both appear to be just bindings to C implementations, so it's not like one is easy to debug (pure python) and the other is fast (C based)...
#1395 added support for
lz4framed, but didn't document it.I started to add it, and realized I really don't understand the differences between these two...
@everpcpc can you clarify what you found compelling about
lz4framedoverlz4? At a quick glance, both appear to be just bindings to C implementations, so it's not like one is easy to debug (pure python) and the other is fast (C based)...