azrafe7 / hxPako

pako ported to haxe, for cross-platform zlib functionality
MIT License
28 stars 3 forks source link

What's the state of this lib? #1

Open azrafe7 opened 7 years ago

azrafe7 commented 7 years ago

NOTE: A haxe user reached out to me via email to ask some questions about the lib, so I thought it would have been useful to report that info here.

Hello! Could you please tell me what is the state of hxPako library? Is it considered stable to use in production? What is left to be done there? When are you planning to move it to Haxelib repository?

Hi and thanks for exposing your concerns. Here's a summary:

PS: I'm going to repaste all of this into an issue on github, in case someone else can find this info useful.

azrafe7 commented 7 years ago

Additional notes:

lublak commented 5 years ago

future-wise this lib could be improved upon by using native implementations where possible (ensuring output is still binary compatible with zlib)

currently untested solutions:

for java || php || neko || hl || cpp || flash

haxe.zip.Compress/haxei.ip.Uncompress (InflateImpl)

A pure Haxe implementation of the ZLIB Inflate algorithm which allows reading compressed data without any platform-specific support.

for python zlib

for nodejs zlib