New network library
CryptoNote network layer is being migrated to a new library. Unlike epee library that has been used previously in all CryptoNote currencies, the new solution makes node's behavior much more predictable in runtime. This update splits CryptoNote network and worker threads and is a prerequisite for further multi-threading behavior optimization.
How important is this new library? Doesn't epee work fine? As far as I understand, epee is in the very core of CryptoNote. Wouldn't changing it affect a lot of other components?
My concern is that this should imply tremendous work, which can take a lot of time. Since it belongs to 1.0.5 release, does it imply that we're going to wait quite long for it be rolled out?