6 ms·
Another way is probably to use a Linux Kernel-like list: http://isis.poly.edu/kulesh/stuff/src/klist/ http://isis.poly.edu/kulesh/stuff/src/klist/
by kvs 16y ago
Another way is probably to use a Linux Kernel-like list: http://isis.poly.edu/kulesh/stuff/src/klist/ http://isis.poly.edu/kulesh/stuff/src/klist/
- pmjordan 16y agoThe kernel list approach also has the advantage that there's only one implementation of the list operation functions, whereas the one outlined in the article generates a new set of functions for each type.