Revisiting concurrent data structures Oct 4, 2019 Introduction Concurrent data structures if implemented carefully can lead to a huge increases in performance. In this post, we’ll try to show that with fancy plots! We will implement and run benchmarks on different lock-based algorithms. ...
A novice introduction to Ethereum (Part 1 / 2) Sep 29, 2019 If you are new to Ethereum and want to quickly understand what’s going on, you’re on the right track. This post is exclusively made for you ! By the end of Part 1, you’ll be able to understand the key concepts of Ethereum! ...
A novice introduction to Ethereum (Part 2 / 2) Sep 29, 2019 In this post, we’ll get our hands dirty. We’ll code our own smart contract, compile it, deploy it on the Ethereum blockchain test network, and play with it ! ...