The Computer Language Benchmarks Game: Difference between revisions

Content deleted Content added
m Metrics: utilization -> load
m Metrics: typo, style
Line 49:
* individual CPU [[Load (computing)|utilization]]
 
It is common to see multiple solutions in the same programming language for the same problem. This highlights that within the boundsconstraints of a given language, a solution can be given which is either of high abstraction, is memory efficiencyefficient, is fast, or parallelizescan be parallelized better.
 
==Benchmark programs==