polter-rnd
I am a Software Engineer and a Team Lead with knowledge in system programming, backend and application software development.
@cloudlinux
polter-rnd's Stars
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
cameron314/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
bombela/backward-cpp
A beautiful stack trace pretty printer for C++
cameron314/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++
p-ranav/awesome-hpp
A curated list of awesome header-only C++ libraries
hanickadot/compile-time-regular-expressions
Compile Time Regular Expression in C++
cycfi/elements
Elements C++ GUI library
foonathan/type_safe
Zero overhead utilities for preventing bugs at compile time
max0x7ba/atomic_queue
C++14 lock-free queue.
foonathan/memory
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
martinus/nanobench
Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20
serge-sans-paille/frozen
a header-only, constexpr alternative to gperf for C++14 users
sheredom/subprocess.h
🐜 single header process launching solution for C and C++
eliaskosunen/scnlib
scanf for modern C++
fraillt/bitsery
Your binary serialization library
nfrechette/rtm
Realtime Math
lefticus/cpp_weekly
The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.
StableCoder/cmake-scripts
Easy-to-add enhancements for any C/C++ CMake project. Including AFL fuzzing, code-coverage, Thread/Address/Leak/Address/Undefined sanitizer instrumentation, compilation of GLSL shaders and more.
DeveloperPaul123/thread-pool
A modern, fast, lightweight thread pool library based on C++20
philip82148/cpp-dump
A C++ library for debugging purposes that can print any variable, even user-defined types.
dmitry-s93/MControlCenter
An application that allows you to change the settings of MSI laptops running Linux
cycfi/artist
Cross Platform C++ Vector Graphics Library (Inspired by the HTML5 canvas API)
ChristianPanov/lwlog
Very fast synchronous and asynchronous C++17 logging library
qlibs/mph
C++20 [Minimal] Static Perfect Hash library
dacap/undo
C++ library to implement non-linear undo/redo functionality
rollbear/columnist
msvetkin/ecoro
Tiny C++20 coroutine library
ChristianPanov/static_string
Experimental compile-time string manipulation C++17 library
koenpoppe/MinimalLogging
Reduce logging to its absolute minimum without sacrificing the information logged.
michaelo/bootable-applications