Closed pkubaj closed 2 years ago
Thanks for reporting. I see that this issue was introduced when the progress display was added. It counts the files seen so far and displays them every 100ms.
A possible solution would be to conditionally compile this feature in, for example if the architecture or platform isn't power-pc. A PR would also be very welcome, I will probably not get to it anytime soon.
This issue probably also happens on mips. AFAIK it also doesn't have 64-bit atomics.
@pkubaj There is a new feature toggle which allows to completely remove the scan progress feature. Maybe you can give it a try, I am waiting for your feedback. Cheers
This is because there are no 64-bit atomics for powerpc in Rust.