crates-pro / sensleak-rs

MIT License
20 stars 8 forks source link

Optimize detection logic.&&Add APIs and API documentation.&&Update README.md #7

Closed sonichen closed 1 year ago

sonichen commented 1 year ago

Implementation Details: Optimize detection logic by creating a thread pool for concurrent task execution. Use the third-party library "rayon" for this purpose.

Add APIs and API documentation.