Archived [rant] Somethings you'll learn in college but should NEVER use in the real world (programming)
submitted ago by lmkevin
Posted by: lmkevin
Posting time: 3.9 years ago on
Last edit time: never edited.
Archived on: 4/24/2017 10:00:00 AM
Views: 631
SCP: 7
9 upvotes, 2 downvotes (82% upvoted it)
Archived [rant] Somethings you'll learn in college but should NEVER use in the real world (programming)
submitted ago by lmkevin
view the rest of the comments →
[–] Antikaon 0 points 2 points 2 points (+2|-0) ago (edited ago)
Check these out:
Kernel Newbies discussion of the Linux kernel's linked list API: https://kernelnewbies.org/FAQ/LinkedLists
From the Linux kernel 4.9 src (Linux/include/linux/list.h) http://lxr.free-electrons.com/source/include/linux/list.h
Linked lists are used in various places in the kernel and in device drivers. They're fast and efficient.