Martin Nilsson (Coppermist) @ Pike (-) developers forum wrote:
Compression.Bz2 Compression.Gz Compression.Lz4
If we change location I want them to have the same API so you can switch between them easily. Old locations should have compatibility wrappers of course.
Same API, of course. Compatibility wrappers, well, since it's the same API, the migration is easy. So if you call up pike in compatibility mode (8.0 and older), it should have the wrappers. But in 8.1+ mode, I could imagine omitting the compatibility wrappers from the getgo.