i have a system that write into file with so much speed like 4 lines in a microsecond
and it seems like he doesn’t save when writing and i want to check for changes and read lines from that file
in real time .
so when it types a line i want to read it instantly and even if it didn’t save the file content
i used watchdog library in python and it doesn’t check for non saved lines so i want to know if there is any solution for that
like i want to read changes from memory itself , is there a way to check for memory changes for a specific file address