Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 277 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 277 Bytes

File-indexer

🗂️ A simple implementation of a word indexer on C language, accepting any number of UTF-8 plain text files.

Running the program will measure how long it takes to index a file with different data structures.

Compiling:

Run make on project root.