hnes / libaco

A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞
https://libaco.org
Apache License 2.0
3.51k stars 391 forks source link

Revamp function overloading, add aco_mem_new #37

Closed moon-chilled closed 2 years ago

moon-chilled commented 4 years ago

I also added a mem_newz, because it can be faster to request pre-zeroed pages from the os than to memset it manually.

moon-chilled commented 4 years ago

This needs changes to README_zh.md, which I can't do.