Reimplementing a Solaris command in Python – 17x faster than Cblogs.oracle.com 1 pointszemet6 years ago1 commentSaveHideCopy link On HNComments−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.