Skip to content
#

zlib

Here are 168 public repositories matching this topic...

pps83
pps83 commented Jun 6, 2019

It should be quite obvious for first time users to see some simplest APIs (to compress/uncompress buffer without dealing with any file io). Strangely, lizard has links to file format, but no clues to basic api use (is it in examples, which one is the "hello world"?. I've been using zlib for more than a decade, and I've never needed to know its file format, perhaps same for 90% of its users.

IMO

ObEngine
axxel
axxel commented Jan 7, 2017

The pthreads based multi-threading code should be improved (IMHO). I see two options:

  1. keep the internal 'explicit' interface more or less like it is but switch from pthreads to c++11 threads.
  2. remove the 'explicit' interface, which should simplify the code significantly and switch to OpenMP where applicable.

I would strongly prefer the second option as is would reduce the complexity of

Improve this page

Add a description, image, and links to the zlib topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zlib topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.