Daniel Lemire's blog
lemire.me
Add New Subscription
Post
(required) *
Required; the Post you're subscribing to.
Comment
— All Comments/Replies —
Oct 26th, 2021 10:49 pm — "nyanpasu64" writes: Still disappointed C++ and Rust containe[...]
Oct 27th, 2021 5:27 am — "Dmitry" writes: Have you considered writing `not array.e[...]
Oct 27th, 2021 8:54 am — "Alex" writes: The is_empty function in this blog post [...]
Oct 27th, 2021 9:28 am — "Thomas Müller Graf" writes: > the compiler figures out that as soon [...]
Oct 27th, 2021 9:58 am — "Thomas Müller Graf" writes: Ah I see, integer overflow causes undefi[...]
Oct 27th, 2021 1:09 pm — "pjhades" writes: Maybe a typo? In the end of paragraph 2:[...]
Oct 27th, 2021 1:17 pm — "Dennis" writes: Better? bool is_empty(const node* p) { r[...]
Oct 27th, 2021 1:17 pm — "Dennis" writes: Er. return !p
Oct 27th, 2021 1:18 pm — "Ilya" writes: In C++, an infinite loop without side ef[...]
Oct 27th, 2021 1:23 pm — "Daniel Lemire" writes: Yes. Thanks.
Oct 27th, 2021 4:29 pm — "Mark" writes: I’m not sure what the point of this ar[...]
Oct 27th, 2021 4:38 pm — "Daniel Lemire" writes: The author explicitly states “the peop[...]
Oct 27th, 2021 6:35 pm — "Samuel" writes: thanks for bringing the awareness to us
Oct 28th, 2021 8:16 pm — "Walt N" writes: I have spent a bit too much time in Pyth[...]
Oct 28th, 2021 8:29 pm — "DimeCadmium" writes: -ffinite-loops (or conversely -O2 -fno-f[...]
Oct 28th, 2021 10:14 pm — "Josué Andrade Gomes" writes: I still prefer clarity and readability. [...]
Oct 29th, 2021 8:59 am — "John" writes: FYI: https://godbolt.org/z/bh3PMe8nG See[...]
Oct 30th, 2021 8:06 am — "Maarten Bosmans" writes: With that implementation, the count_node[...]
Email
(required) *
First Name
(required) *
Last Name
Deliver
(required) *
instantly
hourly
daily
weekly
Any value that is not
instantly
results in a digest instead of instant notifications.