Hacker News new | ask | show | jobs
by shadowgovt 1028 days ago
At the scale of three comparisons, performance is equivalent enough that there's no gain.

At the scale of 5,000 comparisons, the language's structure itself heavily disincentivizes writing it as an OR query, unless you're using a code generator that doesn't care about language structure.

My wild guess is that it's a rare enough corner case that it wasn't worth burning the resources on yet.