logoalt Hacker News

misevtoday at 4:12 PM0 repliesview on HN

You could rewrite it to

    int* ptr = ((v != 0) * lwr) + ((v == 0) * rwr);
I doubt it would be faster than the ternary though.