H
F
Articles from lemire.me
Articles from lemire.me
Channels
Economy
World
Technology
Programming
New/Niche Languages
JavaScript Stack
Chinese
Articles from
lemire.me
JavaScript hashing speed comparison: MD5 versus SHA-256
(
lemire.me
)
4 hours ago
JavaScript
How does your URL parser handle Unicode?
(
lemire.me
)
9 days ago
Data structures as jigs for programmers (Go edition) – Daniel Lemire's blog
(
lemire.me
)
2024-12-9
Programmer
Having fun with modern C++
(
lemire.me
)
2024-11-3
C++
It is never too late to write your own blazingly fast C++ command-line utilities
(
lemire.me
)
2024-9-28
C++
A fast alternative to the modulo reduction (2016)
(
lemire.me
)
2024-9-27
Parsing tiny and very large floating-point values: a programming-language comparison
(
lemire.me
)
2024-8-27
programming
Reflection-based JSON in C++ at Gigabytes per Second
(
lemire.me
)
2024-8-16
C++
JSON
Converting ASCII strings to lower case at crazy speeds with AVX-512
(
lemire.me
)
2024-8-6
Safer code in C++ with lifetime bounds
(
lemire.me
)
2024-7-27
C++
Scan HTML even faster with SIMD instructions (C++ and C#)
(
lemire.me
)
2024-7-21
C++
C#
How much memory does a call to ‘malloc' allocates?
(
lemire.me
)
2024-6-28
Scan HTML faster with SIMD instructions: Chrome edition
(
lemire.me
)
2024-6-8
Chrome
Quickly checking whether a string needs escaping
(
lemire.me
)
2024-5-31
Measuring your system's performance using software (Go edition)
(
lemire.me
)
2024-4-16
Fast and concise probabilistic filters in Python
(
lemire.me
)
2024-4-1
Python
Measuring your system's performance using software (Go edition)
(
lemire.me
)
2024-3-18
Measuring energy usage: regular code vs. SIMD code
(
lemire.me
)
2024-2-21
Energy
Fast Buffer-to-String conversion in JavaScript with a Lookup Table
(
lemire.me
)
2024-2-1
JavaScript
C23: a slightly better C – Daniel Lemire's blog
(
lemire.me
)
2024-1-22
C23: a slightly better C
(
lemire.me
)
2024-1-22
The Go compiler needs to be smarter [2020]
(
lemire.me
)
2024-1-18
Implementing the missing sign instruction in AVX-512
(
lemire.me
)
2024-1-12
Measuring the size of the cache line empirically
(
lemire.me
)
2023-12-13
Cache
Parsing 8-bit integers quickly
(
lemire.me
)
2023-11-29
Generating arrays at compile-time in C++ with lambdas
(
lemire.me
)
2023-11-8
C++
For processing strings, streams in C++ can be slow
(
lemire.me
)
2023-10-19
C++
Transcoding Unicode strings at crazy speeds with AVX-512
(
lemire.me
)
2023-9-14
Transcoding Latin 1 strings to UTF-8 strings at 12 GB/s using AVX-512
(
lemire.me
)
2023-8-20
Transcoding UTF-8 strings to Latin 1 strings at 12 GB/s using AVX-512
(
lemire.me
)
2023-8-13
Previous Page
Next Page