ajnovice / async-file-indexer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

async-file-indexer

Steps to run the python scripts

  1. Run python3 generate_file.py to generate file.txt to use for indexing
    file_lines in the code specify the number of lines generated in file.txt
  2. Run python3 read_file_progress.py to see the progress per second
  3. Run python3 read_file_progress_and_line_word_count.py to see the progress per second and word count per line

About

License:MIT License


Languages

Language:Python 100.0%