lemunozm / message-io

Fast and easy-to-use event-driven network library.
Apache License 2.0
1.11k stars 74 forks source link

Reduced NodeHandler clone cost #82

Closed lemunozm closed 3 years ago

lemunozm commented 3 years ago

Although the NodeHandler was already clonable. It underlying contained three Arcs. Because the NodeHandler is an entity that in practice can be copied hundred or thousands of times this Arcs quantity has been reduced to one to save more memory and be faster in the clones