Performance Improvements
TandemTwister v0.2.0 introduces significant performance and memory optimizations by switching from multiprocessing to multithreading for parallel execution.
What's New
Major Changes
- Multithreading Implementation: Replaced multiprocessing with multithreading for parallel execution, resulting in:
- Improved performance through shared memory space - 70% memory reduction
- More efficient inter-thread communication
Improvements
- Fixed version display in command-line interface
- Updated documentation and README
- Code refactoring for better maintainability
Compatibility
This release maintains full backward compatibility with the previous version. All command-line options remain unchanged.