Skip to content

Commit 0a8a73c

Browse files
committed
Adding comparison with stdlib cpp implementation
1 parent b71a257 commit 0a8a73c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
bit
21
t8.shakespeare.txt
32
test.txt
43
.git
4+
build
55

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
cc -Wall -Wextra -ggdb -pedantic -o bit ./main.c && ./bit ./t8.shakespeare.txt
2+
cc -Wall -Wextra -ggdb -pedantic -o ./build/bit ./main.c && ./build/bit ./t8.shakespeare.txt
33

44
runCpp:
5-
g++ -Wall -Wextra -ggdb -pedantic -o hashcpp ./hash.cpp && ./hashcpp ./t8.shakespeare.txt
5+
g++ -Wall -Wextra -ggdb -pedantic -o ./build/hashcpp ./hash.cpp && ./build/hashcpp ./t8.shakespeare.txt

hashcpp

-372 KB
Binary file not shown.

0 commit comments

Comments
 (0)