acm-header
Sign In

Communications of the ACM

Blogroll


bg-corner

Hasty comparison: Skylark (ARM) versus Skylake (Intel)
From Daniel Lemire's Blog

Hasty comparison: Skylark (ARM) versus Skylake (Intel)

In a previous post, I ran a benchmark on an ARM server and again on an Intel-based server.  My purpose was to indicate that if one function is faster, even much...

Technological aging
From Daniel Lemire's Blog

Technological aging

We are all familiar with biological aging. Roughly speaking, it is the loss of fitness that most animals undergo with time. At the present time, there is simply...

Science and Technology links (March 23rd 2019)
From Daniel Lemire's Blog

Science and Technology links (March 23rd 2019)

Half of American households subscribe to “Amazon Prime”, a “club membership” for Amazon customers with monthly fees. And about half of these subscribes buy something...

ARM and Intel have different performance characteristics: a case study in random number generation
From Daniel Lemire's Blog

ARM and Intel have different performance characteristics: a case study in random number generation

In my previous post, I reviewed a new fast random number generator called wyhash. I commented that I expected it to do well on x64 processors (Intel and AMD), but...

The fastest conventional random number generator that can pass Big Crush?
From Daniel Lemire's Blog

The fastest conventional random number generator that can pass Big Crush?

In software, we sometimes want to generate (pseudo-)random numbers. The general strategy is to have a state (e.g., a 64-bit integer) and modify it each time weContinue...

Don’t read your data from a straw
From Daniel Lemire's Blog

Don’t read your data from a straw

It is common for binary data to be serialized to bytes. Data structures like indexes can be saved to disk or transmitted over the network in such a form. Many serialized...

Science and Technology links (March 16th 2019)
From Daniel Lemire's Blog

Science and Technology links (March 16th 2019)

There is mounting evidence that clearing old cells (senescent cells) from old tissues has a rejuvenating effect. There are very few such cells in most cases, but...

Age and the productivity of professors
From Daniel Lemire's Blog

Age and the productivity of professors

Professors tend to earn more as they become older. Woolley believes that professor’s contributions take a sharp turn downward after a certain point. If this isContinue...

Multiplying by the inverse is not the same as the division
From Daniel Lemire's Blog

Multiplying by the inverse is not the same as the division

In school, we learn that the division is the same as multiplying the inverse (or reciprocal), that is x / y = x * (1/y). In software, this does not work as-is when...

Science and Technology links (March 9th 2019)
From Daniel Lemire's Blog

Science and Technology links (March 9th 2019)

In 2007-2008, the recipient of a bone-marrow therapy (Timothy Brown) was cured of HIV. Another person was cured following a bone marrow transplant. And then yet...

Should our kids use pencils or keyboards?
From Daniel Lemire's Blog

Should our kids use pencils or keyboards?

In Montreal, most kids have to write on paper using a pencil. They have paper dictionaries. My kids have spent an enormous amount of time learning to write in cursive...

Science and Technology links (March 2nd, 2019)
From Daniel Lemire's Blog

Science and Technology links (March 2nd, 2019)

Shapiro in his book The New Childhood argues that we should stop worrying so much about how much time our kids spend on video games and on their phone. He calls...

Parsing JSON quickly: early comparisons in the wild
From Daniel Lemire's Blog

Parsing JSON quickly: early comparisons in the wild

JSON is arguably the standard data interchange format on the Internet. It is text-based and needs to be “parsed”: the input string needs to be transformed intoContinue...

Science and Technology links (February 24th, 2019)
From Daniel Lemire's Blog

Science and Technology links (February 24th, 2019)

Dooley interviews Barabási (a famous researcher) on his book The Formula: The Universal Laws of Success. Here is an interesting quote: It is true that major breakthroughs...

More fun with fast remainders when the divisor is a constant
From Daniel Lemire's Blog

More fun with fast remainders when the divisor is a constant

In software, compilers can often optimize away integer divisions, and replace them with cheaper instructions, especially when the divisor is a constant. I recently...

Science and Technology links (February 16th, 2019)
From Daniel Lemire's Blog

Science and Technology links (February 16th, 2019)

In their new book Empty Planet, Bricker and Ibbitson argue that within the next 30 years, Earth’s population will start to rapidly decline. They believe that official...

My iPad Pro experiment: almost two years later
From Daniel Lemire's Blog

My iPad Pro experiment: almost two years later

Soon after the first iPad Pro came out, I bought one and started using it daily. The experiment is ongoing and I thought it was time to reflect upon it further....

Science and Technology links (February 9th, 2019)
From Daniel Lemire's Blog

Science and Technology links (February 9th, 2019)

Though deep learning has proven remarkably capable in many tasks like image classification, it is possible that the problems they are solving remarquably well are...

Faster remainders when the divisor is a constant: beating compilers and libdivide
From Daniel Lemire's Blog

Faster remainders when the divisor is a constant: beating compilers and libdivide

Not all instructions on modern processors cost the same. Additions and subtractions are cheaper than multiplications which are themselves slower than divisions....

Science and Technology links (February 3rd, 2019)
From Daniel Lemire's Blog

Science and Technology links (February 3rd, 2019)

A Canadian startup built around electric taxis failed. One of their core findings is that electric cars must be recharged several times a day, especially during...
Sign In for Full Access
» Forgot Password? » Create an ACM Web Account