libuv / help

Need help with libuv? Post your question here.
28 stars 7 forks source link

will libuv keep simple? #37

Open ohsorry opened 6 years ago

ohsorry commented 6 years ago

libuv now has file,signal,thread,process and some misc, so, libuv is not a simple cross-platform event lib for network programing? so many async api makes me a little confused now. will libuv keep adding new features about async IO?

ohsorry commented 6 years ago

about buffer allocation, i think libuv could have one or more default memory pool, replaceable and configurable. we can take care of memory management or just forget about it.

davisjam commented 6 years ago

libuv offers cross-platform support for many common system APIs. I think this may be related to the expansion of Node.js as a platform.