lemire.me
↩
Hotspot Performance Engineering Fails
2023-04-27 08:40:50 (Hacker News)
Source:
Hacker News
Defining interfaces in C++: concepts versus inheritance
2023-04-20 11:03:01 (Hacker News)
Source:
Hacker News
Defining interfaces in C++ with ‘concepts’ (C++20)
2023-04-18 22:26:27 (Hacker News)
Source:
Hacker News
Random digits is not enough to uniquely identify all human beings
2023-04-16 00:30:21 (Hacker News)
Source:
Hacker News
How many floating-point numbers are in the interval [0,1]? (2017)
2023-04-15 02:04:27 (Hacker News)
Source:
Hacker News
Interfaces are not free in Go
2023-04-14 09:20:50 (Hacker News)
Source:
Hacker News
Programming-language popularity by GitHub pull requests
2023-04-07 09:11:42 (Hacker News)
Source:
Hacker News
Are your memory-bound benchmarking timings normally distributed?
2023-04-06 12:47:28 (Hacker News)
Source:
Hacker News
(Don't) crank up the warnings to 11
2023-03-15 13:48:44 (Hacker News)
Source:
Hacker News
Revisiting Vernor Vinge’s “predictions” for 2025
2023-03-14 03:00:06 (Hacker News)
Source:
Hacker News
Trimming spaces from strings faster with SVE on an Amazon Graviton 3 processor
2023-03-11 00:04:47 (Hacker News)
Source:
Hacker News
Float-Parsing Benchmark: Regular Visual Studio, ClangCL and Linux GCC
2023-03-03 06:40:50 (Hacker News)
Source:
Hacker News
ARM vs. Intel on Amazon’s Cloud: A URL Parsing Benchmark
2023-03-01 15:21:48 (Hacker News)
Source:
Hacker News
Regular Visual Studio versus ClangCL
2023-02-26 18:28:50 (Hacker News)
Source:
Hacker News
I still don’t have the multiplication tables memorized – Daniel Lemire's blog
2023-02-25 06:54:51 (Hacker News)
Source:
Hacker News
A fast function to check your floating-point rounding mode
2023-02-03 12:40:08 (Hacker News)
Source:
Hacker News
International domain names: where does https://meßagefactory.ca lead you?
2023-01-23 16:13:26 (Hacker News)
Source:
Hacker News
Care is needed to use C++ std:optional with non-trivial objects
2023-01-13 00:06:22 (Hacker News)
Source:
Hacker News
Transcoding Unicode with AVX-512: AMD Zen 4 vs. Intel Ice Lake
2023-01-05 13:38:30 (Hacker News)
Source:
Hacker News
Quickly checking that a string belongs to a small set
2022-12-30 04:03:53 (Hacker News)
Source:
Hacker News
The size of things in bytes
2022-12-29 01:11:12 (Hacker News)
Source:
Hacker News
Avoid exception throwing in performance-sensitive code
2022-12-21 15:53:51 (Hacker News)
Source:
Hacker News
Implementing ‘strlen’ using SVE
2022-12-19 13:44:36 (Hacker News)
Source:
Hacker News
Checking for the absence of a string, naive AVX-512 edition
2022-12-16 01:02:33 (Hacker News)
Source:
Hacker News
Fast midpoint between two integers without overflow
2022-12-07 00:59:09 (Hacker News)
Source:
Hacker News
Optimizing compilers reload vector constants needlessly
2022-12-06 07:41:24 (Hacker News)
Source:
Hacker News
Making all your integers positive with zigzag encoding
2022-11-25 08:55:04 (Hacker News)
Source:
Hacker News
Modern vector programming with masked loads and stores
2022-11-08 12:48:03 (Hacker News)
Source:
Hacker News
Book Review: Template Metaprogramming with C++
2022-10-27 01:03:41 (Hacker News)
Source:
Hacker News
↩