this post was submitted on 08 Apr 2025
112 points (98.3% liked)

Programmer Humor

35084 readers
64 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] skeletorsass@hexbear.net 2 points 1 week ago (1 children)

You might need a custom one as well. Modify the algorithm.

Good to demonstrate the divide and conquer approach.

[โ€“] propter_hog@hexbear.net 1 points 1 week ago

And if you're working from a secure compartmentalized environment or are working on a high security project that doesn't let you pull libraries from outside. Lots of reasons for being able to roll your own. Besides the fact that it takes like two minutes to write it correctly.