From 2d8982a8d4b06ac424d3b61a07d5359657e03d89 Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:47:48 +0000 Subject: [PATCH 1/2] Add "Processing trillions of tokens with Rust" --- draft/2024-02-07-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-02-07-this-week-in-rust.md b/draft/2024-02-07-this-week-in-rust.md index a1514d48c..b23e12c71 100644 --- a/draft/2024-02-07-this-week-in-rust.md +++ b/draft/2024-02-07-this-week-in-rust.md @@ -43,6 +43,8 @@ and just ask the editors to select the category. ### Miscellaneous +* [Processing trillions of tokens with Rust (case study)](https://mainmatter.com/cases/aleph-alpha/) + ## Crate of the Week From 5a0cb544d0f2f616a1609b8c2a55a8498eea280b Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:49:40 +0000 Subject: [PATCH 2/2] Fix --- draft/2024-02-07-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2024-02-07-this-week-in-rust.md b/draft/2024-02-07-this-week-in-rust.md index b23e12c71..b2482e720 100644 --- a/draft/2024-02-07-this-week-in-rust.md +++ b/draft/2024-02-07-this-week-in-rust.md @@ -43,7 +43,7 @@ and just ask the editors to select the category. ### Miscellaneous -* [Processing trillions of tokens with Rust (case study)](https://mainmatter.com/cases/aleph-alpha/) +* [Preprocessing trillions of tokens with Rust (case study)](https://mainmatter.com/cases/aleph-alpha/) ## Crate of the Week