What’s up today? (Part 2)

Client light networking (or light client networking)

Well, our networking stack is large and complex (12k lines of code) and is shared between the node and the client. Light-client-networking is an attempt to break away from this heavy piece of code and replace it with a simple 1k-lines-of-code alternative that the client can use. It’s a huge code simplification client side that should lead to significant performance improvements, but it’s still a work in progress.

7 Likes