Paradigm
Concurrent, Imperative, Procedural
Execution
Compiled
Typing
Static
Null Safety
NO
Memory Management
Garbage Collection
Go is a statically typed, compiled programming language designed at Google that is syntactically similar to C but with memory safety and garbage collection. It is designed to be simple, efficient, and readable with a focus on concurrent programming. Go is widely used for building network servers, data pipelines, and command-line tools.
This benchmark tests how fast a programming language can perform mathematical computations without any I/O or memory allocation. We are using the
Leibniz formula to approximate the value of PI.
Please note that the memory usage also includes the memory used by the HTTP server. Ideally, the most lightweight HTTP server should be used to measure the raw memory usage of the runtime.
OS: Linux/DockerCPU: Ryzen 7 7800X3DLast Updated: 2025-05-04