Fixed a couple minor issues

Added benchmark.sh
This commit is contained in:
Caleb Gardner
2026-06-20 01:22:46 -05:00
parent 69a4599f78
commit aa6b61fc9f
5 changed files with 44 additions and 22 deletions
+1 -5
View File
@@ -74,11 +74,7 @@ pub fn extract(
),
}
// try loop.await(io);
loop.await(io) catch |err| {
std.debug.print("err: {}\n", .{err});
return err;
};
try loop.await(io);
}
fn dirOrder(_: void, a: PathReturn, b: PathReturn) std.math.Order {