Skip to content

Commit 2e96864

Browse files
committed
24 update steve and amaury talk
1 parent 8ff17da commit 2e96864

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

2024/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,9 +726,9 @@ <h1>Schedule</h1>
726726
</div>
727727
<p>Just when you thought we were done with GC talks, we have more for you!</p>
728728

729-
<p>In this continued presentation about the new GC, we will talk about how we organize small allocations to reduce fragmentation, how we avoid lock contention when allocating, and how we optimize collections to take as little time away from your code as possible. We will also talk about integration with DRuntime and planned future improvements that can bring this new allocator further into the realm of modern GCs.</p>
729+
<p>In this continued presentation about the new GC, Steven and Amaury talk about how they organize small allocations to reduce fragmentation, how they avoid lock contention when allocating, and how they optimize collections to take as little time away from your code as possible. They also talk about integration with DRuntime and planned future improvements that can bring this new allocator further into the realm of modern GCs.</p>
730730

731-
<p>D deserves to have a GC with few pauses and high multi-core performance. We hope to bring you that experience.</p>
731+
<p>D deserves to have a GC with few pauses and high multi-core performance. Steven and Amaury hope to bring you that experience.</p>
732732
</div>
733733
<div>
734734
<p class="bio w3-card">Steve has been using D for 17 years professionally, and has written or helped write significant parts of DRuntime, including the array runtime, moduleinfo cycle detection, and AA static initialization. He has also written several prominent D libraries, including iopipe, and dcollections.</p>

0 commit comments

Comments
 (0)