Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
strings::TestdataFiles Class Reference

#include <testdata.h>

List of all members.

Static Public Attributes

static const char * ARTIFICIAL_RANDOM = "testdata/artificial/random.txt"
static const char * ARTIFICIAL_ALPHABET_SMALL = "testdata/artificial/alphabet.small.txt"
static const char * ARTIFICIAL_ALPHABET_BIG = "testdata/artificial/alphabet.txt"
static const char * ARTIFICIAL_AAA_SMALL = "testdata/artificial/aaa.small.txt"
static const char * ARTIFICIAL_AAA_BIG = "testdata/artificial/aaa.txt"
static const char * TEXT_BIBLE = "testdata/larger/bible.txt"
static const char * TEXT_FACTBOOK = "testdata/larger/world192.txt"
static const char * GENOME_ECOLI = "testdata/larger/E.coli"
static const char * ARTIFICIAL_PI = "testdata/misc/pi.txt"
static const char * GENOME_SHORT = "testdata/genome/chrUn_gl000211.fa"
static const char * GENOME_CHROMOSOME_Y = "testdata/genome/chrY.fa"
static const char * SOURCE_CODE_PHP = "testdata/big/php-5.3.5.tar"
static const char * TEXT_APACHE_LOGS = "testdata/big/access.log"

Detailed Description

Contains names of the test files


Member Data Documentation

const char * strings::TestdataFiles::ARTIFICIAL_AAA_BIG = "testdata/artificial/aaa.txt" [static]

File with repeated "a", size = 100k

const char * strings::TestdataFiles::ARTIFICIAL_AAA_SMALL = "testdata/artificial/aaa.small.txt" [static]

File with repeated "a", size = 30k

const char * strings::TestdataFiles::ARTIFICIAL_ALPHABET_BIG = "testdata/artificial/alphabet.txt" [static]

File with repeated pattern "abcd....z", size = 100k

const char * strings::TestdataFiles::ARTIFICIAL_ALPHABET_SMALL = "testdata/artificial/alphabet.small.txt" [static]

File with repeated pattern "abcd....z", size = 30k

const char * strings::TestdataFiles::ARTIFICIAL_PI = "testdata/misc/pi.txt" [static]

Text representation of Pi number up to 1M digits

const char * strings::TestdataFiles::ARTIFICIAL_RANDOM = "testdata/artificial/random.txt" [static]

File with random base64 characters, size = 1M

const char * strings::TestdataFiles::GENOME_CHROMOSOME_Y = "testdata/genome/chrY.fa" [static]

Human genome for Y chromosome, cca 60M

const char * strings::TestdataFiles::GENOME_ECOLI = "testdata/larger/E.coli" [static]

E.coli genome sequence, size = 4.6M

const char * strings::TestdataFiles::GENOME_SHORT = "testdata/genome/chrUn_gl000211.fa" [static]

Short human genome sequence

const char * strings::TestdataFiles::SOURCE_CODE_PHP = "testdata/big/php-5.3.5.tar" [static]

Source code tar archive for php, cca 93M

const char * strings::TestdataFiles::TEXT_APACHE_LOGS = "testdata/big/access.log" [static]

Apache logs, cca 16M

const char * strings::TestdataFiles::TEXT_BIBLE = "testdata/larger/bible.txt" [static]

Text file with bible, size = 4M

const char * strings::TestdataFiles::TEXT_FACTBOOK = "testdata/larger/world192.txt" [static]

Text file with world factbook, size = 2M


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines