Comment on Reimplementing a Solaris command in Python – 17x faster than CComments−Someone6yTLDR: using a linked list with a record for each user worked fine decades ago, but doesn’t cut it on systems with over 100,000 users.
Comments
TLDR: using a linked list with a record for each user worked fine decades ago, but doesn’t cut it on systems with over 100,000 users.