Skip to content

Commit 21edbfd

Browse files
committed
fix readme
1 parent 45257bb commit 21edbfd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ sequential, thread pool with 100 workers, thread pool with 10 workers, and using
1010
## Motivation
1111
Understanding the performance characteristics of different concurrency strategies is crucial for developing efficient
1212
and scalable Python applications. This benchmark project provides insights into how various multiprocessing techniques
13-
perform under different workloads and input sizes. Also, it's important to prove that threads for CPU bounded tasks that
14-
do not work well in Python because of GIL.
13+
perform under different workloads and input sizes. Also, it's important to prove that threads for CPU bounded tasks do not work well in Python because of GIL.
1514

1615
## Examples
1716
1. **Sequential**: This approach represents the baseline performance of executing tasks sequentially.

0 commit comments

Comments
 (0)