Swift VS C# benchmarks

Current benchmark data was generated on Tue Dec 31 2024, full log can be found HERE

CONTRIBUTIONS are WELCOME!

[x86_64][4 cores] AMD EPYC 7763 64-Core Processor (Model 1)

* -m in a file name stands for multi-threading or multi-processing

* -i in a file name stands for direct intrinsics usage. (Usage of simd intrinsics via libraries is not counted)

* -ffi in a file name stands for non-stdlib FFI usage

* (You may find time < time(user) + time(sys) for some non-parallelized programs, the overhead is from GC or JIT compiler, which are allowed to take advantage of multi-cores as that's more close to real-world scenarios.)

binarytrees

Input: 18

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
csharp 1.cs 886ms 4.1ms 166.1MB 870ms 127ms dotnet/aot 9.0.101
csharp 1.cs 889ms 12ms 194.2MB 897ms 133ms dotnet 9.0.101
csharp 1.cs 1646ms 54ms 103.5MB 1847ms 210ms mono 6.12.0
swift 1.swift 2431ms 13ms 54.0MB 2407ms 7ms swift 6.0.3

Input: 15

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
csharp 1.cs 117ms 12ms 45.7MB 77ms 30ms dotnet/aot 9.0.101
csharp 1.cs 136ms 3.4ms 44.2MB 107ms 17ms mono 6.12.0
csharp 1.cs 202ms 3.7ms 66.8MB 143ms 40ms dotnet 9.0.101
swift 1.swift 222ms 2.8ms 11.8MB 210ms 0ms swift 6.0.3

fannkuch-redux

Input: 11

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 1.swift 2350ms 22ms 5.6MB 2337ms 0ms swift 6.0.3

Input: 10

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 1.swift 199ms 1.9ms 5.6MB 190ms 0ms swift 6.0.3

fasta

Input: 2500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
csharp 5-m.cs 125ms 14ms 32.7MB 347ms 80ms dotnet/aot 9.0.101
swift 3-m.swift 135ms 5.7ms 24.6MB 367ms 7ms swift 6.0.3
csharp 5-m.cs 183ms 1.2ms 48.7MB 453ms 110ms dotnet 9.0.101
csharp 5-m.cs 239ms 14ms 59.0MB 640ms 97ms mono 6.12.0

Input: 250000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
csharp 5-m.cs 25ms 1.8ms 25.1MB 33ms 17ms dotnet/aot 9.0.101
swift 3.swift 35ms 0.4ms 18.3MB 33ms 0ms swift 6.0.3
csharp 5-m.cs 59ms 1.5ms 44.6MB 63ms 30ms dotnet 9.0.101
csharp 5-m.cs 71ms 2.1ms 39.6MB 93ms 33ms mono 6.12.0

helloworld

Input: QwQ

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 1.swift 2.4ms 0.2ms 6.0MB 0ms 0ms swift 6.0.3
csharp 1.cs 18ms 11ms 15.5MB 0ms 0ms dotnet/aot 9.0.101
csharp 1.cs 30ms 0.2ms 23.4MB 18ms 2ms mono 6.12.0
csharp 1.cs 34ms 1.5ms 32.5MB 18ms 6ms dotnet 9.0.101

knucleotide

Input: 2500000_in

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
csharp 6-m.cs 442ms 15ms 54.7MB 1167ms 20ms dotnet/aot 9.0.101
csharp 6-m.cs 650ms 8.3ms 78.3MB 1763ms 37ms dotnet 9.0.101
csharp 6-m.cs 964ms 22ms 68.9MB 2790ms 33ms mono 6.12.0
swift 2-m.swift 1324ms 22ms 74.6MB 4820ms 30ms swift 6.0.3

Input: 250000_in

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
csharp 6-m.cs 80ms 1.3ms 45.0MB 130ms 23ms dotnet/aot 9.0.101
csharp 6-m.cs 160ms 3.1ms 66.3MB 227ms 37ms dotnet 9.0.101
csharp 6-m.cs 184ms 4.4ms 55.0MB 357ms 20ms mono 6.12.0
swift 2-m.swift 250ms 3.1ms 63.8MB 653ms 30ms swift 6.0.3

nbody

Input: 5000000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 7.swift 329ms 4.6ms 9.6MB 317ms 0ms swift 6.0.3
csharp 9.cs 342ms 4.6ms 34.1MB 320ms 7ms dotnet 9.0.101
csharp 8.cs 350ms 0.8ms 15.8MB 340ms 0ms dotnet/aot 9.0.101
csharp 8.cs 410ms 17ms 33.9MB 390ms 0ms dotnet 9.0.101
csharp 8.cs 1189ms 27ms 24.1MB 1163ms 7ms mono 6.12.0

Input: 500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 7.swift 37ms 0.6ms 9.8MB 23ms 0ms swift 6.0.3
csharp 8.cs 44ms 0.9ms 15.7MB 30ms 0ms dotnet/aot 9.0.101
csharp 9.cs 96ms 16ms 34.0MB 70ms 7ms dotnet 9.0.101
csharp 8.cs 108ms 14ms 33.9MB 77ms 3ms dotnet 9.0.101
csharp 8.cs 155ms 4.8ms 22.5MB 143ms 0ms mono 6.12.0

pidigits

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
csharp 1.cs 3047ms 34ms 19.8MB 2953ms 97ms dotnet/aot 9.0.101
csharp 1.cs 3390ms 117ms 44.0MB 3390ms 110ms dotnet 9.0.101
swift 1.swift timeout 0.0ms 7.4MB 4913ms 70ms swift 6.0.3

Input: 4000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
csharp 1.cs 716ms 8.6ms 19.6MB 667ms 33ms dotnet/aot 9.0.101
csharp 1.cs 940ms 21ms 43.5MB 1023ms 43ms dotnet 9.0.101
swift 1.swift 1766ms 11ms 6.9MB 1753ms 0ms swift 6.0.3