mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.8K
active users

0xDE

O(n^2) in Windows Management Instrumentation: randomascii.wordpress.com/2019, via news.ycombinator.com/item?id=2

This is why understanding algorithm analysis is important: even when the constant factors are very small (here, a nine-instruction loop), quadratic time can mean significant delays.

The post also introduces "Dawson’s first law of computing: O(n^2) is the sweet spot of badly scaling algorithms: fast enough to make it into production, but slow enough to make things fall down once it gets there."

Random ASCII - tech blog of Bruce DawsonO(n^2), again, now in WMIBy brucedawson