What Rust can teach you, even if you are a C++ fan?
I started using Rust just as an experiment, to understand how they actually made memory safe language without loosing execution performance? As a software developer without any specific language…
I started using Rust just as an experiment, to understand how they actually made memory safe language without loosing execution performance? As a software developer without any specific language…
Few days ago I’ve started distributed caching system project on top of TreeScale PubSub system. General idea is to have completely distributed caching environment, but there was some strong…