Posts by Category

C

Long Live the C: Frequently Asked Questions

18 minute read

There are two issues – buffer overflow and integer overflow – in the following two functions. Can you identify the lines responsible for these problems?”

Back to Top ↑

python

Profile ProcessQueue Class

8 minute read

It evaluates the performance of the ProcessQueue implementation from the previous post in terms of memory usage and CPU runtime.

Back to Top ↑

multiprocessing

Profile ProcessQueue Class

8 minute read

It evaluates the performance of the ProcessQueue implementation from the previous post in terms of memory usage and CPU runtime.

Back to Top ↑

k-d tree

Back to Top ↑

raytracing

Ray Tracing in C++ Multithreading

9 minute read

Ray tracing, a powerful technique for rendering scenes, is ideal for showcasing the prowess of multithreading in programming. In this post, I dive into the d...

Back to Top ↑