eisnstein / spare

String Comparison Tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spare

Here I am trying out some different ways of comparing strings for equality and benchmarking those.

Build

make

Test

make && make tests
You can also run the tests with Valgrind by directly calling the runtests.sh script.
VALGRIND=valgrind ./runtests.sh
The output will be stored in ./tests/error_log.txt.

Usage

./build/spare <file1> <file2>

About

String Comparison Tests

License:MIT License


Languages

Language:C 92.7%Language:Makefile 4.6%Language:Shell 2.7%