Visitor pattern in Rust serde crate
12min
Have you ever wondered why does Rust serde crate use the visitor for deserialization? On the first glance, this may seem needlessly complicated...
I'm a dedicated and driven software engineer currently pursuing a Master's degree in Computer Science at École Polytechnique Fédérale de Lausanne (EPFL), with a passion for crafting robust and innovative software solutions. Leveraging a diverse skill set encompassing C#, Go, Rust, HTML, CSS, JavaScript, and React, I am eager to contribute my technical expertise to exciting projects and further develop my abilities in a dynamic and collaborative environment.
Reliable link, FIFO Broadcast and Lattice Agreement in distributed system. Capable of delivering 1M messages per second with constant memory usage.
This is a concurrency primitive which scales linearly to the number of processes, while mainting the ease of use of one global lock.
Have you ever wondered why does Rust serde crate use the visitor for deserialization? On the first glance, this may seem needlessly complicated...
A distributed system is one in which the failure of a computer you did not even know existed can render your own computer unusable.
With the increase of availability of multi-core hardware, it has become vital to understand concurrent algorithms in order to fully exploit the capabilities of the machines. This course teaches exactly that.