From bbecf67545c2bd6822b0680673aa850c5ddef9f3 Mon Sep 17 00:00:00 2001 From: Sakarias Johansson Date: Tue, 10 Jan 2023 17:54:39 +0100 Subject: =?UTF-8?q?=F0=9F=94=A8=20Refactors=20&=20Use=20rayon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - All data shared between threads are now Arcs since the data is immutable. - Remove tokio - Rustified main --- racer-tracer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'racer-tracer/Cargo.toml') diff --git a/racer-tracer/Cargo.toml b/racer-tracer/Cargo.toml index 2083dcf..241e1d8 100644 --- a/racer-tracer/Cargo.toml +++ b/racer-tracer/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] minifb = "0.23" -tokio = { version = "1.14.0", features = ["macros", "rt", "rt-multi-thread"] } thiserror = "1" futures = "0.3" rand = "0.8.5" +rayon = "1.6.1" -- cgit v1.2.3