Pinned Repositories
BrokerDataServer
This repository contains the code which demonstrate capturing the data from multiple TCP servers and process them.
ConcurrentList
Lockfree implementation of concurrent list using std::atomic
cpp-httplib
A C++ header-only HTTP/HTTPS server and client library
flat_hash_map
A very fast hashtable
go-patterns
Curated list of Go design patterns, recipes and idioms
gocbcore
The IO component of gocb
ObjectPool_V1
This is the implementation of an object memory pool, which is used to support zero-alloc in the hot path.
ObjectPoolV2
This is an implementation of a fastest object memory pool, which is used to support zero-alloc in the hot path.
read-me-template
This is a template to be used when creating ReadMe files for your Github repositories.
Thread
This repository contains an object oriented implementation of pthreads.
sanjeev-kumar-m's Repositories
sanjeev-kumar-m/ObjectPool_V1
This is the implementation of an object memory pool, which is used to support zero-alloc in the hot path.
sanjeev-kumar-m/ObjectPoolV2
This is an implementation of a fastest object memory pool, which is used to support zero-alloc in the hot path.
sanjeev-kumar-m/BrokerDataServer
This repository contains the code which demonstrate capturing the data from multiple TCP servers and process them.
sanjeev-kumar-m/ConcurrentList
Lockfree implementation of concurrent list using std::atomic
sanjeev-kumar-m/cpp-httplib
A C++ header-only HTTP/HTTPS server and client library
sanjeev-kumar-m/flat_hash_map
A very fast hashtable
sanjeev-kumar-m/go-patterns
Curated list of Go design patterns, recipes and idioms
sanjeev-kumar-m/gocbcore
The IO component of gocb
sanjeev-kumar-m/read-me-template
This is a template to be used when creating ReadMe files for your Github repositories.
sanjeev-kumar-m/Thread
This repository contains an object oriented implementation of pthreads.
sanjeev-kumar-m/redis-plus-plus
Redis client written in C++
sanjeev-kumar-m/Rocket
A web framework for Rust.
sanjeev-kumar-m/serverless-transformers-on-aws-lambda
Deploy transformers serverless on AWS Lambda
sanjeev-kumar-m/STL
MSVC's implementation of the C++ Standard Library.
sanjeev-kumar-m/StringPrinter
This program is an assignment that demonstrates synchronization between threads using C++ mutex, unique_lock, and condition variable.
sanjeev-kumar-m/toolbox-cpp
The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.