1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-14 19:57:31 +02:00
Werner's Miscellanea, Assorted small items that don't fit anywhere else http://projects.qi-hardware.com/index.php/p/wernermisc/
Go to file
Werner Almesberger e1814ce372 qpkg: converted dumb binary trees to red-black trees (in progress)
This is a change of the underlying mechanism but it's not polished or
optimized yet. The compare functions haven't been updated, so they work
but produce compiler warnings because of type mismatches.

- Makefile (OBJS): added jrb.o
- id.h, id.c: use jrb instead of own dumb binary trees
- TODO: brag about the efficiency improvement
2010-11-19 21:53:38 -03:00
qpkg qpkg: converted dumb binary trees to red-black trees (in progress) 2010-11-19 21:53:38 -03:00