Skip to content

GiannisApost/PartitionedHashJoinProject

 
 

Repository files navigation

C/C++ CI

PartitionedHashJoinProject

Υλοποίηση ενός Partitioned hash join αλγόριθμου για το μάθημα "Ανάπτυξη Λογισμικού για Πληροφοριακά Συστήματα" - 2022-2023

  • Ιωάννης Μαυροειδής - sdi1900108
  • Ιωάννης Αποστολάτος - sdi1900012
  • Ανάργυρος Αργυρός - sdi1900014

Report:

Compiling:

To compile project:

make

Running:

The executable is named ./out and it expects 2 newline separated value files as parameters

./out <filename1> <filename2>

eg: ./out relation_a.txt relation_b.txt


Testing:

To run all tests:

make test

To run a specific test:

make test_(name)

e.g.: make test_hash1

To run valgrind for all tests:

make test_valgrind

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.6%
  • C++ 31.5%
  • Makefile 1.6%
  • Shell 0.3%