From bcc979a40c129ed9ee477a4bee53fcf8f0fa6b5b Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 29 Jul 2025 03:17:17 -0400 Subject: [PATCH] test master --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc3d717..f88d4a6 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Polyester.jl provides **low-overhead multithreading** in Julia. The primary API Polyester implements static scheduling (c.f. `@threads :static`) and has minimal overhead because it manages and re-uses a dedicated set of Julia tasks. This can lead to (great) speedups compared to other multithreading variants (see [Benchmark]() below). + ## Basic usage example ```julia