[zeromq-dev] ztree for CZMQ?
Stephen Hemminger
stephen at networkplumber.org
Fri May 31 06:03:55 CEST 2013
For various data structures we wanted an ordered list, the czmq model seems great
but was missing it.
Looking at other tree code they were ugly,because C as template language which
results in macro madness. So went ahead and extracted algorithm from GPL
code for red-black tree and added API modelled after zhash.
Still debugging, but should have a ztree() submission ready by next week.
More information about the zeromq-dev
mailing list