Readings for Lunch — [ 25 May 2017 ]
OSS
Turning off Github issues
"My friend Michael Jackson turned off github issues on one of his smaller projects. It got me thinking…"
ALGORITHMS
Counting exactly the number of distinct elements:
sorted arrays vs. hash sets?
Suppose that you have ever larger sets of 64-bit integers, and you want to quickly find out how many distinct integers there are…