Hi, I have been looking for a F/OSS priority queue (heap) implementation for C. All results returned by Google and/or Koders were either doesn't have a clean source/API, or lacking some functionality (e.g. modification of keys in the heap). Hence, I forked the heap implementation used by the caching module of httpd-2.2.14. (License left as is.) And here is my libpqueue[1].
Anyway, I thought APR guys would be interested in integrating that functionality into APR itself. Any ideas? Regards. [1] http://github.com/vy/libpqueue
