som

@somTheGuru
1 Followers
0 Following
7 Posts
In search of WhoAmI. Believe in the simple fact of life - To win is no more than this... To rise each time you fall...
Som's Tech World...: Active Object Design Pattern - and a simple implementation using Julia - from Active Object paradigm of Symbian S60 to today's journey in Julia - a checkered career
Read on...
https://share.google/F9t7RBei3rxgWA08P
#concurrency #julia #posa #concurrentdesignpattern
Active Object Design Pattern - and a simple implementation using Julia - from Active Object paradigm of Symbian S60 to today's journey in Julia - a checkered career...

The Active Object Design Pattern is a concurrency pattern that decouples method invocation from method execution, allowing tasks to run asy...

I need an invitation for Fosstodon. Someone, please help me.
The story starts with a common problem: Python is a fantastic language for rapid prototyping, data analysis, and orchestrating complex tasks. However, when it comes to raw computational speed, especially for number-crunching or highly parallelized operations, it can fall short. C++ and other compiled languages, on the other hand, excel in these areas. The question was, how do you get the best of both worlds?
Read on...
https://dev.to/sommukhopadhyay/the-story-of-pybinding-a-python-wrapper-around-c-2po0
The story of Pybinding - a python wrapper around C++...

Pybinding isn't a single, monolithic tool, but rather a concept that has been realized by several...

DEV Community
The std::barrier class is a synchronization primitive introduced in C++20. It allows a set of threads to synchronize at a certain point in their execution. It is similar to the std::latch class, but it can be reused multiple times.
Read on...
https://dev.to/sommukhopadhyay/the-barrier-in-c-20-concurrency-the-programmer-in-me-is-still-thriving-268h
The Barrier in C++ 20 concurrency - the programmer in me is still thriving...

Enjoy my training video on the C++ barrier... The std::barrier class is a synchronization...

DEV Community
Python is where ideas move fast. C++ is where performance lives. For years, gluing the two together meant choosing between power, safety, and sanity. Enter nanobind —a modern, minimalist bridge that lets C++ and Python talk to each other cleanly, efficiently, and without ceremony.
Read ON...
https://dev.to/sommukhopadhyay/nanobind-the-bridge-between-c-and-python-fna
nanobind: the bridge between C++ and Python...

Python is where ideas move fast. C++ is where performance lives. For years, gluing the two together...

DEV Community
In search of WhoAmI...