Understanding how your data structures interact with hardware is one of the most powerful ways to improve application performance. This blogpost explores how CPU caches influence speed and how …
Featured Post
|
October 21, 2025
-
10 min read
Getting Friendly With CPU Caches
Subscribe to our Newsletter
By signing up you get access to our FREE Training Bundle, Technical Tuesday releases, Special Offers, & Notifications on our latest content.
All Blog Posts
Type at least 3 characters.
Search failed. Try again or message us directly at hello@ardanlabs.com.
Dec 14, 2022
-
2 min read
Ultimate Go: Advanced Engineering Episode 3
Dec 14, 2022
-
1 min read
Ultimate Go: Advanced Engineering Episode 4
Dec 13, 2022
-
1 min read
Ultimate Go: Advanced Engineering Episode 2
Dec 12, 2022
-
1 min read
Ultimate Go: Advanced Engineering Episode 1
Jun 6, 2022
-
11 min read
Practical Uses Of Blockchain Technology
Introduction A blockchain is an integrated solution of different computer science problems in the form of a single, append-only, publicly available, transparent, and …
May 5, 2022
-
10 min read
Blockchain In Go: Part IV: Fraud Detection
Introduction In the first three posts, I explained there were four aspects of a blockchain that this series would explore with a backing implementation provided by the …
Apr 19, 2022
-
21 min read
Blockchain In Go: Part III: Redundant Storage And Consensus
Introduction In the first two posts, I explained there were four aspects of a blockchain that this series would explore with a backing implementation provided by the …
Mar 8, 2022
-
16 min read
Blockchain In Go: Part II: Transaction Distribution and Synchronization
Introduction In the first post, I explained there were four aspects of a blockchain that this series would explore with a backing implementation provided by the Ardan …
Feb 12, 2022
-
14 min read
Blockchain In Go: Part I: Digital Accounts, Signatures and Verification
Introduction This is the first post in a series that will explore the semantics and implementation details of the Ardan blockchain project. The code is a reference …

