acm-header
Sign In

Communications of the ACM

Blogroll


bg-corner

Calling a dynamically compiled function from Go
From Daniel Lemire's Blog

Calling a dynamically compiled function from Go

Compiled programming languages are typically much faster than interpreted programming language. Indeed, the compilation step produces “machine code” that is ideally...

Science and Technology links (October 10th 2021)
From Daniel Lemire's Blog

Science and Technology links (October 10th 2021)

Evans and Chu suggest, using data and a theoretical model, that as the number of scientists grow, progress may stagnate. Simply put, in a large field, with many...

For software performance, can you always trust inlining?
From Daniel Lemire's Blog

For software performance, can you always trust inlining?

It is easier for an optimizing compiler to spot and eliminate redundant operations if it can operate over a large block of code. Nevertheless, it is still recommended...

Working in virtual reality
From Daniel Lemire's Blog

Working in virtual reality

Inspired by a post by Paul Tomlinson, I wrote my last blog post entirely in virtual reality (VR). You put on goggles and see a virtual version of your computerContinue...

Science and Technology links (October 3rd 2021)
From Daniel Lemire's Blog

Science and Technology links (October 3rd 2021)

Most people were able to cure their diabetes by losing weight in a clinical trial. Video games improve intelligence over many years, while socializing has no effect...

Word-aligned Bloom filters
From Daniel Lemire's Blog

Word-aligned Bloom filters

Programmers often need to ‘filter out’ data. Suppose that you are given a database of users where only a small percentage are ‘paying customers’ (say 5% or less)...

Science and Technology links (September 26th 2021)
From Daniel Lemire's Blog

Science and Technology links (September 26th 2021)

Radiation-therapy can rejuvenate heart cells. (source: Nature) Within members of the same species, cancer risk increases with body size. Large human beings areContinue...

New release of the simdjson library: version 1.0
From Daniel Lemire's Blog

New release of the simdjson library: version 1.0

The most popular data format on the web is arguably JSON. It is a simple and convenient format. Most web services allow to send and receive data in JSON. Unfortunately...

Science and Technology links (September 18th 2021)
From Daniel Lemire's Blog

Science and Technology links (September 18th 2021)

4.5% of us are psychopaths. U.S. per capita CO2 emissions are lower than they were in 1918. 9/10 of People With Alzheimer’s Lose Some of Their Sense of Smell. Graphene...

Random identifiers are poorly compressible
From Daniel Lemire's Blog

Random identifiers are poorly compressible

It is common in data engineering to find that we have too much data. Thus engineers commonly seek compression routines. At the same time, random identifiers are...

How I debate
From Daniel Lemire's Blog

How I debate

Many of us feel that the current intellectual climate is difficult to bear. When I first noticed the phenomenon, people told me that it was because of Donald Trump...

The big-load anti-pattern
From Daniel Lemire's Blog

The big-load anti-pattern

When doing data engineering, it is common for engineers to want to first load all of the data in memory before processing the data. If you have sufficient memory...

How fast can you pipe a large file to a C++ program?
From Daniel Lemire's Blog

How fast can you pipe a large file to a C++ program?

Under many operating systems, you can send data from from one process to another using ‘pipes’. The term ‘pipe’ is probably used by analogy with plumbing and we...

Science and Technology links (July 31st 2021)
From Daniel Lemire's Blog

Science and Technology links (July 31st 2021)

Researchers built a microscope that might be 10 times better than the best available microscopes. Subsidizing college education can lower earnings due to lowerContinue...

Measuring memory usage: virtual versus real memory
From Daniel Lemire's Blog

Measuring memory usage: virtual versus real memory

Software developers are often concerned with the memory usage of their applications, and rightly so. Software that uses too much memory can fail, or be slow. Memory...

Faster sorted array unions by reducing branches
From Daniel Lemire's Blog

Faster sorted array unions by reducing branches

When designing an index, a database or a search engine, you frequently need to compute the union of two sorted sets. When I am not using fancy low-level instructions...

Science and Technology links (July 10th 2021)
From Daniel Lemire's Blog

Science and Technology links (July 10th 2021)

We use CRISPR, a state-of-the-art gene editing technique, to edit the genes of live human patients in a clinical trials. A clinical trial has begun concerning an...

Compressing JSON: gzip vs zstd
From Daniel Lemire's Blog

Compressing JSON: gzip vs zstd

JSON is the de facto standard for exchanging data on the Internet. It is relatively simple text format inspired by JavaScript. I say “relatively simple” because...

Science and Technology links (June 26th 2021)
From Daniel Lemire's Blog

Science and Technology links (June 26th 2021)

Reportedly, half of us own a smartphone. It is often reported that women or visible minority earn less money. However, ugly people are doing comparatively evenContinue...

How long should you work on a problem ?
From Daniel Lemire's Blog

How long should you work on a problem ?

Lev Reyzin says that working too long on a problem might be unproductive: I, personally, have diminishing (or negative?) returns to my creative work as I explicitly...
Sign In for Full Access
» Forgot Password? » Create an ACM Web Account