From 0d8e67b84ac39b529247c07c49f235225f40ba55 Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Wed, 26 Aug 2026 22:56:19 +0200 Subject: typo --- notes/260826-use-alloc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes') diff --git a/notes/260826-use-alloc.md b/notes/260826-use-alloc.md index 8d876b1..e72b006 100644 --- a/notes/260826-use-alloc.md +++ b/notes/260826-use-alloc.md @@ -215,7 +215,7 @@ we blew two categories for 8-byte aligned sizes, but thankfully this works out perfectly anyway since 32-byte index resolution works for 64-byte aligned objects too. -This strategy is conceptually quite complicated, but I in terms of +This strategy is conceptually quite complicated, but in terms of implementation, it should just be a few CPU instructions to shift integers left and right and select the correct slab base offset. -- cgit v1.2.3