Tag: 1.11

Intermediate commits (oldest → newest):
- NEw util
- Audition
- Fix
- Fixed :)
- Added more logging
- Fix logging0
This commit is contained in:
2025-10-30 16:59:06 +01:00
parent b2af595122
commit a4d81738fe
5 changed files with 99 additions and 19 deletions
+8
View File
@@ -0,0 +1,8 @@
FILEPTH = r"C:\Database\chunks\4_chunk.txt"
with open(FILEPTH, "r", encoding="utf-8") as file:
tab = file.readlines()
print(len(tab))
#1842295
+1
View File
@@ -23,6 +23,7 @@ from queue import Empty, Queue
from threading import Thread
import time
q = Queue()
#TODO: Count number of lines in files and print to approximate on which part of the file search is
# DATA FOR TEST ONLY
# MAXTHREADS = 5