Skip to content

Commit

Permalink
add stack reduce/restore
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Dec 13, 2023
1 parent ecd223a commit 8ac9c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ massive concurrent programs. It can be thought as the Rust version of the popula
# way mco?
* Elegant coding,No need for async await
* Simple concurrency(CSP model), learning Golang
* Default MAX 6MB Stack Size use Virtual Memory(Virtual memory is loaded on demand, with minimal actual usage)
* Default MAX 6MB Stack Size(Reuse the stack owned by threads)
* many std like API

> Initial code frok from [May](https://github.com/Xudong-Huang/may) and we add Many improvements(Inspired by [Golang](https://golang.google.cn/), [parking_lot](https://github.com/Amanieu/parking_lot) and [crossbeam](https://github.com/crossbeam-rs/crossbeam)) and more...
Expand Down

0 comments on commit 8ac9c0d

Please sign in to comment.