-
Julia currently uses C functions to parse integers and floating points, despite Parsers.jl existing and being faster. We should switch to the faster, pure Julia version.
cc @quinnj.
-
### Run Information
Architecture | x64
-- | --
OS | Windows 10.0.18362
Baseline | [b6f791d1984f998384267b8b6683bd02f64747f2](https://github.com/dotnet/runtime/commit/b6f791d1984f998384267b8b6683…
-
### Run Information
Name | Value
-- | --
Architecture | arm64
OS | ubuntu 22.04
Queue | AmpereUbuntu
Baseline | [4602f78bd93f14be24d2e89afde28e9f5ba5a33c](https://github.com/dotnet/runtime…
-
When I try to run the `System.Numerics.Tests.Perf_BigInteger.Ctor_ByteArray` benchmark and collect an ETW trace, the benchmark crashes. I'm running the benchmark using the following command:
```cmd…
-
We have achieved good performance (relative to the XeTLA library) for a GEMM kernel (see http://benchmarks.glados.intel.com/d/1pXX4hUSz/microbenchmarks?orgId=1). Now is time to focus on improving per…
-
Hi there, I enjoyed reading Profiling and Optimizing an Interpreter: great points all the way!
Just thought I might share about a recent experiment of mine, wrt. AST-walking interpreters, that I du…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [4602f78bd93f14be24d2e89afde28e9f5ba5a33c](https://github.com/dotnet/runtime/co…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [c4ebd384047f8ec8ac53c6b79cec9753c4a71ce5](https://github.com/dotnet/runtime/co…
-
### Run Information
Architecture | x86
-- | --
OS | Windows 10.0.18362
Baseline | [3ff80e90e828bac0370c1930c9950c9650ae61b9](https://github.com/dotnet/runtime/commit/3ff80e90e828bac0370c1930c9…
-
I've been playing with the raindrops exercise from Exercism in both rust and Julia. In Julia the minimum time seems to be quite stable, by which I mean that rerunning the benchmark doesn't change the …