HN takes 5secs to “Collapse” any of the replies from Trump's win
Reading https://news.ycombinator.com/item?id=12907201 I was really annoyed by the fact that it takes ~5secs to "Collapse" any of the Replies.
It left me wondering: is it possible at all to make it better? Is it the result of lousy programming? Or is the thread just too big and as such there's not much to do?
http://i.imgur.com/xiPcxBd.gifv
2 comments
[ 4.2 ms ] story [ 25.0 ms ] threadIf my guess is correct, it could probably be changed to optimistically collapse.
One collapse for 700 comments processes 90k elements...it could be better implemented. But seriously, how often is this an issue? Probably now worth the programming effort.