2025/08/01
Big O - How fast it gets bad
As n gets bigger:
O(1) < O(log n) < O(n) < O(n log n) < O(n²) < O(n³) < O(2ⁿ) < O(n!)
—> —> —> —> —> —>—> —> —> —> —> —> being the absolute worst
of course n³ is worse
crossover point is between 4 a...2025/04/26
GOLANG
PACKAGE MANAGEMENT
2025/03/29
DOCKER
2024/10/06
GOLANG
CHANNEL
TIME.SLEEP
WAITGROUP
2024/10/03
PYTHON
DJANGO
NGINX
SOCKET
UWSGI