The Computer Language Benchmarks Game: Difference between revisions

Content deleted Content added
m top: bold alt name per MOS, links
m Metrics: utilization -> load
Line 46:
* peak [[memory allocation]]
* [[gzip]]'ped size of the solution's source code
* sum of total CPU time over all [[Thread_Thread (computing)|threads]]
* individual CPU [[RentalLoad utilization(computing)|utilization]]
 
It is common to see multiple solutions in the same programming language for the same problem. This highlights that within the bounds of a given language, a solution can be given which is either of high abstraction, is memory efficiency, fast, or parallelizes better.