Common Expression Language interpreter written in Rust - clarkmcc/cel-rust... (more…)
Read more »
I have been looking for an excuse to learn Rust for some time now. Although I had read several tutorials and ran through the Exercism.io problems, I am incapable of learning anything new unless I actually get a chance to build something with it. But I did... (more…)
Read more »
Hello, today we are going to talk about Algoritmics! “Algoritmics? Is it eatable?” Hell no, or only by your brain. Before speaking about algoritmics, let’s talk about algorithm. A… (more…)
Read more »
Rust is quickly becoming the "default choice" for applications where performance and reliability are top considerations. What can we expect from the next few... (more…)
Read more »
Recently I have had the great fortune to work on this ticket . This was an
issue that stemmed from an attempt to make clock performance faster. Previously, a call to time or clock_gettime would
involve a context switch an a system call (think solaris etc)... (more…)
Read more »