🔥 CrazyStringAn experiment of utilizing small string optimization and efficient Unicode code point indexingAug 25, 2024Aug 25, 2024
Poor persons package management in MojoAs you might have noticed, if you followed my last few posts, I am currently exploring the new programming language called Mojo.Oct 31, 2023Oct 31, 2023
Faster prefix sum computation with SIMD and MojoSince a couple of months I am experimenting with the new programming language called Mojo. The language is still in a very early stage, so…Oct 19, 20231Oct 19, 20231
Published inAI Mind🔥 FibyTree vs. 🐍 Set and SortedSetCouple of days ago, I wrote an article about FibyTree, a data structure I designed and implemented in Mojo. Today I would like to reveal…Aug 24, 20231Aug 24, 20231
Published inAI MindA high level introduction to FibyTreeFibyTree is an optionally fully balanced and complete implicit binary search tree, which has the same semantics as a sorted set. I did a…Aug 19, 2023Aug 19, 2023
Simple CSV parser in MojoParsing 400MB per second with less than 80 lines of 🔥May 28, 2023May 28, 2023
Counting chars with SIMD in MojoMojo is a very young (actually a work in progress) programming language designed and developed by a new company called Modular. Here is a…May 18, 20232May 18, 20232
Published inNerd For TechProgressive indexEnable random accessibility for a stream of asymmetric data pointsJun 29, 2021Jun 29, 2021
Packaging 93K LevelsA story of custom binary serialisation for a game made with Unity3DJul 24, 2020Jul 24, 2020
Published inThe StartupBinary Search vs. Eytzinger OrderYou probably know what binary search is but WTF is Eytzinger order?Jun 8, 2020Jun 8, 2020
Why don’t we use DTOs in FlatBuffersDTOs (Data Transfer Objects) are classes which people use to represent and store data before they serialise and send the data over the…May 10, 2020May 10, 2020
Stop using JSON in productionIf you need a self describing object notation?Apr 25, 20202Apr 25, 20202
What would it take to make a remote event more social?Thanks to COVID-19, large events as we know them are a luxury nobody can afford. The next best thing is a remote event. However I believe…Apr 13, 2020Apr 13, 2020
Looking back at my professional 2019I decided to write up a short retrospective of 2019. It’s more about me remembering stuff, so don’t expect anything super exciting.Dec 31, 2019Dec 31, 2019
Overhead roads for Self-Driving ScootersThis week I attended the first European and the biggest micro-mobility conference. I am actually quite foreign to the field, but I saw…Oct 5, 2019Oct 5, 2019
Entity Component System and Game AI techniquesOver the decades game programmers developed multiple techniques to formalise and help solve the problem of implementing an intelligent and…Sep 23, 2019Sep 23, 2019
How to not loop over all entities in Unity ECSI am a vivid fanboy of ECS pattern since 2012. It is important to mentioned that I come to ECS not for the performance reasons, but…Sep 19, 20192Sep 19, 20192