Lately Grumpy has received some attention
on reddit. YouTube Engineering showed a blog plost (Grumpy)
which apparently proved that grumpy scaled much better then CPython on a Fibonacci benchmark.
I felt like repeating this microbenchmark with Python to ch...
Read more »
The purpose of this task to code and validate an implementation of the MD5 Message Digest Algorithm by coding the algorithm directly (not using a call to a built-in or external hashing library). For details of the algorithm refer to MD5 on Wikipedia or th... (more…)
Read more »
A fast and friendly JSON/MessagePack library, with optional schema validation - GitHub - jcrist/msgspec: A fast and friendly JSON/MessagePack library, with optional schema validation... (more…)
Read more »
Programs in the previous post always lead to the same result. Here, I show you the basics of branching, or how to change the flow of a program depending on cases. If statement If we want to display a message … Continue reading →... (more…)
Read more »