ohryhorchuk's Stars
vinta/awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
ocornut/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
apache/brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
abseil/abseil-cpp
Abseil Common Libraries (C++)
apache/thrift
Apache Thrift
zeromq/libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
google/benchmark
A microbenchmark support library
boostorg/boost
Super-project for modularized Boost
swig/swig
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
careercup/ctci
Cracking the Coding Interview, 5th Edition
ericniebler/range-v3
Range library for C++14/17/20, basis for C++20's std::ranges
ReactiveX/RxCpp
Reactive Extensions for C++
facebookarchive/BOLT
Binary Optimization and Layout Tool - A linux command-line utility used for optimizing performance of binaries
mrtazz/restclient-cpp
C++ client for making HTTP/REST requests
facebookexperimental/libunifex
Unified Executors
okdshin/PicoSHA2
a header-file-only, SHA256 hash generator in C++
stxxl/stxxl
STXXL: Standard Template Library for Extra Large Data Sets
cdmh/mapreduce
C++ MapReduce Library for efficient multi-threading on single-machine
zeromq/azmq
C++ language binding library integrating ZeroMQ with Boost Asio
datatechnology/cornerstone
C++ implementation of raft consensus
executors/executors
A proposal for a executor programming model for ISO C++
cheerzzh/CPP-design-pattern-derivatives-pricing
My codes and notes for Joshi's book: c++ design patterns and derivatives pricing
cor3ntin/rangesnext
ranges features for c+23 ported to C++20
shanxS/books