Add summary and authors to benchmark.knucleotide

release
Eric Mertens 2007-11-24 17:31:44 -08:00 committed by Eric Mertens
parent 90ca90c9a7
commit ce0bbc78fa
3 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
Eric Mertens

View File

@ -4,7 +4,6 @@ USING: kernel io io.files splitting strings
IN: benchmark.knucleotide
: float>string ( float places -- string )
swap >float number>string
"." split1 rot

View File

@ -0,0 +1,2 @@
The Great Computer Language Shootout's knucleotide benchmark to test
hashtables.