Add summary and authors to benchmark.knucleotide
parent
90ca90c9a7
commit
ce0bbc78fa
|
@ -0,0 +1 @@
|
||||||
|
Eric Mertens
|
|
@ -4,7 +4,6 @@ USING: kernel io io.files splitting strings
|
||||||
|
|
||||||
IN: benchmark.knucleotide
|
IN: benchmark.knucleotide
|
||||||
|
|
||||||
|
|
||||||
: float>string ( float places -- string )
|
: float>string ( float places -- string )
|
||||||
swap >float number>string
|
swap >float number>string
|
||||||
"." split1 rot
|
"." split1 rot
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
The Great Computer Language Shootout's knucleotide benchmark to test
|
||||||
|
hashtables.
|
Loading…
Reference in New Issue