"The Great Computer Language Shootout" -> "The Computer Language Benchmarks Game"
As requested by Isaac Gouy.
This commit is contained in:
parent
e8573d9478
commit
554f026c71
|
@ -1,6 +1,6 @@
|
|||
#lang racket/base
|
||||
|
||||
;;; The Great Computer Language Shootout
|
||||
;;; The Computer Language Benchmarks Game
|
||||
;;; http://shootout.alioth.debian.org/
|
||||
;;; Derived from the Chicken variant by Sven Hartrumpf
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang racket/base
|
||||
|
||||
;;; The Great Computer Language Shootout
|
||||
;;; The Computer Language Benchmarks Game
|
||||
;;; http://shootout.alioth.debian.org/
|
||||
;;;
|
||||
;;; Uses Racket threads
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang racket/base
|
||||
|
||||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; fasta - benchmark
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang racket/base
|
||||
|
||||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; Derived from the Chicken variant, which was
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang racket/base
|
||||
|
||||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
|
||||
(require racket/require racket/require-syntax (for-syntax racket/base))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;; $Id: nsieve-mzscheme.code,v 1.6 2006/06/10 23:38:29 bfulgham Exp $
|
||||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; nsieve benchmark for The Computer Language Shootout
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; The Great Computer Language Shootout
|
||||
;;; The Computer Language Benchmarks Game
|
||||
;;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; Adapted from CMUCL code by Dima Dorfman; bit-vector stuff by Alex Shinn;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;; ---------------------------------------------------------------------
|
||||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; Based on D language implementation by Dave Fladebo [imperative version]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;; ---------------------------------------------------------------------
|
||||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; Code based on / inspired by existing, relevant Shootout submissions
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang racket/base
|
||||
|
||||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; Based on a version by by Anthony Borla
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang racket/base
|
||||
|
||||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
|
||||
;; Translated directly from the C# version, which was:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang racket/base
|
||||
|
||||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
|
||||
;; Translated directly from the C# version, which was:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang racket/base
|
||||
|
||||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
|
||||
;; Translated directly from the C# version, which was:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; The Great Computer Language Shootout
|
||||
;;; The Computer Language Benchmarks Game
|
||||
;;; http://shootout.alioth.debian.org/
|
||||
;;;
|
||||
;;; spellcheck benchmark
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang racket/base
|
||||
|
||||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; Uses Racket threads
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; The Great Computer Language Shootout
|
||||
;;; The Computer Language Benchmarks Game
|
||||
;;; http://shootout.alioth.debian.org/
|
||||
;;; Derived from the Chicken variant by Sven Hartrumpf
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; The Great Computer Language Shootout
|
||||
;;; The Computer Language Benchmarks Game
|
||||
;;; http://shootout.alioth.debian.org/
|
||||
;;;
|
||||
;;; Uses Racket threads
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; fasta - benchmark
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; Derived from the Chicken variant, which was
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; Derived from the Chicken variant, which was
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; Derived from the Chicken variant, which was
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;; $Id: nsieve-mzscheme.code,v 1.6 2006/06/10 23:38:29 bfulgham Exp $
|
||||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; nsieve benchmark for The Computer Language Shootout
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; The Great Computer Language Shootout
|
||||
;;; The Computer Language Benchmarks Game
|
||||
;;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; Adapted from CMUCL code by Dima Dorfman; bit-vector stuff by Alex Shinn;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;; ---------------------------------------------------------------------
|
||||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; Based on D language implementation by Dave Fladebo [imperative version]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;; ---------------------------------------------------------------------
|
||||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; Code based on / inspired by existing, relevant Shootout submissions
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; Based on a version by by Anthony Borla
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
|
||||
;; Translated directly from the C# version, which was:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
|
||||
;; Translated directly from the C# version, which was:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
|
||||
;; Translated directly from the C# version, which was:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; The Great Computer Language Shootout
|
||||
;;; The Computer Language Benchmarks Game
|
||||
;;; http://shootout.alioth.debian.org/
|
||||
;;;
|
||||
;;; spellcheck benchmark
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; The Great Computer Language Shootout
|
||||
;; The Computer Language Benchmarks Game
|
||||
;; http://shootout.alioth.debian.org/
|
||||
;;
|
||||
;; Uses Racket threads
|
||||
|
|
Loading…
Reference in New Issue
Block a user