There are 0 repository under shared-buffer topic.
a Python voice chat app that uses WebSockets to send encrypted data between a multi-threaded client and server
PrimeNumbersGenerator++
Operating System Assignments
Algorithm to efficiently move pkts between the vSwitch and the VNF
Solves the shared buffer problem in Java using semaphores with busy-waiting.
A reference counted character buffer C++ class template, useful for async networking
A simulation of an operating system that consists of two parts. The first part is a simulation for the CPU scheduler and the memory manager. The second part is the synchronizer which is a solution for the popular producer-consumer/shared buffer problem.