Swift VS Dart 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
dart 1.dart 673ms 4.6ms 80.7MB 640ms 33ms dart/exe 3.6.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
dart 1.dart 75ms 3.2ms 42.8MB 53ms 10ms dart/exe 3.6.0
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
dart 2.dart 2626ms 13ms 6.1MB 2617ms 0ms dart/exe 3.6.0

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
dart 2.dart 213ms 4.3ms 6.1MB 200ms 0ms dart/exe 3.6.0

fasta

Input: 2500000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 3-m.swift 135ms 5.7ms 24.6MB 367ms 7ms swift 6.0.3
dart 1.dart 342ms 3.8ms 8.9MB 327ms 0ms dart/exe 3.6.0

Input: 250000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
swift 3.swift 35ms 0.4ms 18.3MB 33ms 0ms swift 6.0.3
dart 1.dart 40ms 1.2ms 8.9MB 30ms 0ms dart/exe 3.6.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
dart 1.dart 3.6ms 0.1ms 6.3MB 0ms 0ms dart/exe 3.6.0

knucleotide

Input: 2500000_in

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
dart 3-m.dart 1000ms 12ms 278.4MB 2963ms 110ms dart/exe 3.6.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
dart 3-m.dart 193ms 3.6ms 195.1MB 460ms 47ms dart/exe 3.6.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
dart 3.dart 395ms 1.7ms 6.1MB 383ms 0ms dart/exe 3.6.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
dart 3.dart 43ms 0.6ms 6.3MB 30ms 0ms dart/exe 3.6.0

pidigits

Input: 8000

lang code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
dart 2.dart 1183ms 10ms 14.5MB 1157ms 30ms dart/exe 3.6.0
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
dart 2.dart 299ms 6.9ms 14.6MB 277ms 13ms dart/exe 3.6.0
swift 1.swift 1766ms 11ms 6.9MB 1753ms 0ms swift 6.0.3