Skip to content

Commit 2a04456

Browse files
committed
docs: optimize Queue library for CPU usage and performance
- Clarify the description of the Queue Golang library to emphasize utilizing the full CPU capacity. Signed-off-by: appleboy <[email protected]>
1 parent 6acb453 commit 2a04456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[繁體中文](./README.zh-tw.md) | [简体中文](./README.zh-cn.md)
88

9-
Queue is a Golang library that helps you create and manage a pool of Goroutines (lightweight threads). It allows you to efficiently run multiple tasks in parallel, utilizing the CPU capacity of your machine.
9+
Queue is a Golang library designed to help you create and manage a pool of Goroutines (lightweight threads). It allows you to efficiently run multiple tasks in parallel, utilizing the full CPU capacity of your machine.
1010

1111
## Features
1212

0 commit comments

Comments
 (0)