Skip to content

Commit b305b05

Browse files
committed
Update README.md
1 parent 8326e36 commit b305b05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Simple and easy to understand code examples for most of the Concurrent APIs prov
1919

2020
#### Performance in Multithreading
2121
- [Latency](./notes/performance-in-multithreading.md#latency)
22+
- [How many subtasks/threads to break the original task into?](./notes/performance-in-multithreading.md#n--)
23+
- [Hyper-threading](./notes/performance-in-multithreading.md#hyper-threading)
24+
- [Inherent cost of Parallelization and Aggregation](./notes/performance-in-multithreading.md#inherent-cost-of-parallelization-and-aggregation)
2225
- [Throughput](./notes/performance-in-multithreading.md#throughput)
2326

2427
#### Thread synchronization and locks

0 commit comments

Comments
 (0)