Y
Hacker News
new
|
ask
|
show
|
jobs
by
kvs
5683 days ago
Another way is probably to use a Linux Kernel-like list:
http://isis.poly.edu/kulesh/stuff/src/klist/
1 comments
pmjordan
5683 days ago
The 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.
link