skypjack / uvw

Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
MIT License
1.87k stars 211 forks source link

explicit instantiation of compile-time flag-based functionalities #183

Closed stefanofiorentino closed 4 years ago

stefanofiorentino commented 4 years ago

Improve compilation time instantiating as more template as possible.

stefanofiorentino commented 4 years ago

udp and tcp functionalities are now explicitly instantiated for both IPv4 and IPv6 configurations. I'm closing this, if anyone notices some other available improvement, just let me know.