Viewing profile — DonPellegrino
DonPellegrino
HN member- Joined
- Wed, Nov 21, 2012, 5:34 AM UTC
- HN karma
- 462
- Public activity
- 101 items
- HN profile
- View on Hacker News ↗
About DonPellegrino
No profile information was provided.
Recent public activity
-
comment
Comment #37102667
This episode of the Jane Street podcast (Signals & Threads) discusses a recent optimization to the GC (pointer prefetching) that's had impressive results. Part of why it has worked…
-
comment
Comment #37102619
> Lea became very slow in recent Intel cpus? News to me. Article is from 2014. The "recent" CPUs they are discussing is the Sandy Bridge architecture launched in 2011. See this dis…
-
comment
Comment #36565299
It's not bad at all https://github.com/lemire/Code-used-on-Daniel-Lemire-s-blog/...
-
comment
Comment #36543851
This top bit is used by the garbage collector for performance. OCaml's GC is light enough that it simply does not feel like it exists at all. Integers also do not cause allocations…
-
comment
Comment #14990255
AMD has confirmed that they've been able to replicate the Linux bug and that it only happens on Ryzen , ThreadRipper and Epyc do not suffer from that issue.
-
comment
Comment #13765505
Nordam Group | Fullstack Software Developer | Tulsa, OK | Onsite (relocation available) We’re an independent development team inside The NORDAM Group building a brand new public we…
-
comment
Comment #13082576
Nordam Group | Fullstack Software Developer | Tulsa, OK | Onsite (relocation available) We’re an independent development team inside The NORDAM Group building a brand new public we…
-
comment
Comment #12878219
F# lacks all the most advanced module capabilities of OCaml, is tied to the CLR and isn't free of the Null problem.
-
comment
Comment #12739261
It checks that the first column of each row is not null, that's what the '1' stands for.
- story
- story
- story
-
comment
Comment #12532715
This is a "10 tonne truck" we're talking about. They also mention how once they needed 3 trucks to pull them out.
- story
-
comment
Comment #12402314
It would have to be Core_kernel, the subset of Core that doesn't interact with the runtime or OS. I'm very curious about this and would like to know, too.
-
comment
Comment #11676051
You're confusing UdeM with UQAM. UdeM is the more prestigious one by far, but it's also smaller than UQAM. There's at least 6 universities in Montreal, it's easy for outsiders to g…
-
comment
Comment #11559979
I pick some technology that has the following characteristics: - A complete paradigm shift. I want something that will force me to rethink how I approach problems. I want to force …
-
comment
Comment #11556141
The point of the article was to show how the % of used memory will affect performance in a non-linear manner. It's obvious once you know, but it's not if you've never experienced i…
-
comment
Comment #11530861
There's also [Bottleneck]( https://github.com/SGrondin/bottleneck ) for more fine grained concurrency.
-
comment
Comment #11507136
Indeed! It was explained in the 3rd article of this series: https://mastermind.atavist.com/he-always-had-a-dark-side
-
comment
Comment #11341391
The frontend part of my team is using Mithril for a serious project. They seem to be enjoying it. It was chosen for the reasons you listed.
- story
- story
-
comment
Comment #10329002
When open source implementations, reference guides/manuals and public internet forums (in that order from biggest to smallest sign) start being ubiquitous.
- story