alan0526's Stars
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
google/googletest
GoogleTest - Google Testing and Mocking Framework
libuv/libuv
Cross-platform asynchronous I/O
grpc/grpc-go
The Go language implementation of gRPC. HTTP/2 based RPC
zeromq/libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
ParthJadhav/Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
ithewei/libhv
🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
ijl/orjson
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
madler/zlib
A massively spiffy yet delicately unobtrusive compression library.
Neargye/magic_enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
rawpython/remi
Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.
patrikhuber/eos
A lightweight 3D Morphable Face Model library in modern C++
servicetitan/Stl.Fusion
Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
rpclib/rpclib
rpclib is a modern C++ msgpack-RPC server and client library
eclipse-iceoryx/iceoryx
Eclipse iceoryx™ - true zero-copy inter-process-communication
aantron/better-enums
C++ compile-time enum to string, iteration, in a single header file
TartanLlama/expected
C++11/14/17 std::expected with functional-style extensions
MicrosoftDocs/cpp-docs
C++ Documentation
getml/reflect-cpp
A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, Avro, BSON, CBOR, flexbuffers, msgpack, TOML, UBJSON, XML, YAML / msgpack.org[C++20]
eclipse-iceoryx/iceoryx2
Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
CppMicroServices/CppMicroServices
An OSGi-like C++ dynamic module system and service registry
gammasoft71/xtd
Free open-source modern C++17 / C++20 framework to create console, GUI (forms like WinForms) and unit test applications and libraries on Microsoft Windows, Apple macOS and Linux.
xoofx/CppAst.NET
CppAst is a .NET library providing a C/C++ parser for header files powered by Clang/libclang with access to the full AST, comments and macros
DeveloperPaul123/thread-pool
A modern, fast, lightweight thread pool library based on C++20
Kentzo/git-archive-all
A python script wrapper for git-archive that archives a git superproject and its submodules, if it has any. Takes into account .gitattributes
Flow-IPC/ipc
[Start here!] Flow-IPC - Modern C++ toolkit for high-speed inter-process communication (IPC)
bitwizeshift/result
A lightweight C++11-compatible error-handling mechanism
uatuko/grpcxx
🚀 Blazing fast gRPC server (C++)
hjkuijf/ALGLIB
ALGLIB is a cross-platform numerical analysis and data processing library.
AndreLouisCaron/git-archive-all.bat
Windows version of git-archive-all