←back to thread

1764 points fatihky | 1 comments | | HN request time: 0.274s | source
Show context
gmarx ◴[] No.12701853[source]
"There's an array of 10,000 16-bit values, how do you count the bits most efficiently?"

multiply 10,000 by 16. There are 160,000 bits

replies(2): >>12702224 #>>12702246 #
1. yongjik ◴[] No.12702246[source]
No no no, this is Google. You must start a MapReduce, or whatever replaced it these days.