- London
Popular repositories Loading
-
Singleton_Thread-Safe-Multiple-Solutions
Singleton_Thread-Safe-Multiple-Solutions PublicImplementation of thread safe Singleton: Solution-1: By using mutex and atomic Solution-2: By using call_once and lambda function
-
Python-ClientServer-RESTful-MultiThread-Mutex
Python-ClientServer-RESTful-MultiThread-Mutex PublicThis project use some advanced features of Python like - Client-Server, Server exposed to RSTFUL webservice using Flask, Multi-threading, Locking mechanism etc.
Python 3
-
Deadlock-Multiple-Solutions
Deadlock-Multiple-Solutions PublicThis project shows how deadlock is produced and multiple possible solutions to avoid deadlock. STEPS TO AVOID DEADLOCK: i) Avoid locking multiple mutexes but only 1 mutex if possible ii) After lock…
C++ 1
-
Smart-RAII
Smart-RAII PublicThis is to demonstrates how shared_ptr can be smart enough to use as RAII in different scenarios other than just memory management. In this demo, we use it for closing file descriptor in normal and…
C++ 1
-
FlightBoardingAlert-Observer-Design-Pattern
FlightBoardingAlert-Observer-Design-Pattern PublicReal life example of alerting Passengers when Flight Boarding Gate is opened by using Observer Design Patter
C++ 1
-
Call_Once-Magic-Multi-Threading
Call_Once-Magic-Multi-Threading PublicThis project shows how std::call_once magically restrict only one thread to call a block of code and avoid wrong use of mutex to protect data, thus increase efficiency.
90 contributions in the last year
Day of Week | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
June 2025
Created 4 repositories
-
sheikhazad/Lock_Free_Fixed_Size_Memory_Pool
C++
This contribution was made on Jun 12
-
sheikhazad/Aligned_Memory_Allocator
C++
This contribution was made on Jun 11
-
sheikhazad/LockFree_Stack_MPMC_Low_Latency
C++
This contribution was made on Jun 9
-
sheikhazad/Ultra_Low_Latency_Orderbook
C++
This contribution was made on Jun 9