Thank you for developing and maintaining WAAFLE! I’ve been using it for my analysis and noticed that the threads
parameter significantly affects the runtime. However, the default value seems to be set quite low, which can lead to suboptimal performance on multi-core systems.
I suggest either increasing the default threads
value to better utilize available CPU resources or explicitly documenting this parameter in the usage guide so that users can adjust it accordingly. This would help improve efficiency for users who might not be aware of the impact of threads
on performance