C++ ecosystem

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(数据库存储)
(金融货币)
(未显示1个用户的34个中间版本)
第1行: 第1行:
 
[[C programming language|C]]/[[C++]] 生态系统
 
[[C programming language|C]]/[[C++]] 生态系统
 +
 +
[[文件:c-logo.png|right|C]]
 +
[[文件:cpp-logo.png|right|C++]]
  
 
==Awesome==
 
==Awesome==
[https://github.com/aleksandar-todorovic/awesome-c Awesome C] [[image:awesome.png]]
+
*[https://github.com/aleksandar-todorovic/awesome-c Awesome C] [[image:awesome.png]]
 
+
*[https://github.com/fffaraz/awesome-cpp Awesome C/C++] [[文件:awesome.png]]
[https://github.com/fffaraz/awesome-cpp Awesome C/C++] [[文件:awesome.png]]
+
*[https://github.com/JesseTG/awesome-qt Awesome Qt] [[image:awesome.png]]
 
+
*A.W.E.S.O.M. O [https://github.com/lk-geimfari/awesomo/blob/master/languages/C.md C]/[https://github.com/lk-geimfari/awesomo/blob/master/languages/C%2B%2B.md C++]
[https://github.com/JesseTG/awesome-qt Awesome Qt] [[image:awesome.png]]
+
  
 
==框架库==
 
==框架库==
C++流行类库和框架:
+
[[文件:Boost-logo.png|right|Boost]]
 +
[[文件:POCO-logo.png|right|POCO C++ Libraries]]
 +
[[文件:Seastar-logo.png|right|Seastar]]
 +
C/C++ 流行类库和框架:[https://zh.cppreference.com/w/cpp/links/libs 开源 C++ 库列表]
 
*[http://gnu.huihoo.org/gcc/gcc-6.3.0/libstdc++/ GNU C++ Library: libstdc++]
 
*[http://gnu.huihoo.org/gcc/gcc-6.3.0/libstdc++/ GNU C++ Library: libstdc++]
 
*[[Boost]]
 
*[[Boost]]
 +
*[[Seastar]]
 +
*[https://github.com/pocoproject/poco POCO] (Portable Components) C++ Libraries
 +
*[https://github.com/microsoft/vcpkg Vcpkg] 可帮助您在 Windows、Linux 和 MacOS 上管理 C 和 C++ 库。[https://vcpkg.io/en/packages.html Browse packages]
 +
*[https://github.com/fragglet/c-algorithms C Algorithms] A library of common data structures and algorithms written in C.
 
*[https://github.com/facebook/folly Folly] Facebook Open Source Library
 
*[https://github.com/facebook/folly Folly] Facebook Open Source Library
 
*[[Protocol Buffers]]
 
*[[Protocol Buffers]]
 
*[[Apache Thrift]]
 
*[[Apache Thrift]]
 +
*[[Apache Portable Runtime]]
 
*[[ICE]]
 
*[[ICE]]
 
*[https://github.com/Tencent/mars Mars]是微信官方的跨平台跨业务的终端基础组件
 
*[https://github.com/Tencent/mars Mars]是微信官方的跨平台跨业务的终端基础组件
第26行: 第36行:
 
*[[Muduo]]
 
*[[Muduo]]
 
*[[ACE]] 和 [[TAO]]
 
*[[ACE]] 和 [[TAO]]
*[[Seastar]]
 
  
 
==语言开发==
 
==语言开发==
使用 C++ 开发的编程语言、虚拟机、编译器、库。
+
使用 C/C++ 开发的编程语言、虚拟机、编译器、库。
 
*[[Swift]]
 
*[[Swift]]
 
*[[OpenJDK]] [[HotSpot]]
 
*[[OpenJDK]] [[HotSpot]]
 +
*[[GCC]]
 
*[[HHVM]]
 
*[[HHVM]]
 
*[https://github.com/krakjoe/pthreads Threading for PHP]
 
*[https://github.com/krakjoe/pthreads Threading for PHP]
 
*[[PHP-CPP]] Library to build [[PHP]] extensions with [[C++]]
 
*[[PHP-CPP]] Library to build [[PHP]] extensions with [[C++]]
 
*[https://github.com/eclipse/omr Eclipse OMR]
 
*[https://github.com/eclipse/omr Eclipse OMR]
 +
*[[Lean]]
 +
 +
==JavaScript==
 +
*[[V8]]
 +
*[[SpiderMonkey]]
 +
*[https://github.com/cesanta/v7/ V7: Embedded JavaScript engine]
 +
*[https://github.com/Samsung/jerryscript JerryScript]: JavaScript engine for the Internet of Things
 +
*[http://www.duktape.org/ Duktape] embeddable Javascript engine, [https://github.com/AtomicGameEngine/AtomicGameEngine Atomic Game Engine] used it.
 +
*[[Emscripten]]
  
 
==在线编译器==
 
==在线编译器==
第48行: 第67行:
 
*[http://geek.csdn.net/news/detail/96636 现代C++函数式编程]
 
*[http://geek.csdn.net/news/detail/96636 现代C++函数式编程]
 
*[http://blog.jobbole.com/24372/ 卡马克:用C++进行函数式编程]
 
*[http://blog.jobbole.com/24372/ 卡马克:用C++进行函数式编程]
 +
 +
==操作系统==
 +
[[文件:SerenityOS-logo.png|right|SerenityOS]]
 +
*[https://serenityos.org/ SerenityOS] [[C++]] 编写
  
 
==数据库存储==
 
==数据库存储==
 +
[[文件:ScyllaDB-logo.jpg|right|ScyllaDB]]
 +
[[文件:FoundationDB-logo.png|right|FoundationDB]]
 +
*[[ScyllaDB]]
 
*[[PostgreSQL]]
 
*[[PostgreSQL]]
 
*[[MariaDB]]
 
*[[MariaDB]]
 
*[[MongoDB]]
 
*[[MongoDB]]
 
*[[RethinkDB]]
 
*[[RethinkDB]]
*[[ScyllaDB]]
 
 
*[[RocksDB]]
 
*[[RocksDB]]
 
*[[ArangoDB]]
 
*[[ArangoDB]]
第64行: 第89行:
 
*[[OpenNebula]]
 
*[[OpenNebula]]
 
*[[Apache Mesos]]
 
*[[Apache Mesos]]
 +
*[[Service Fabric]]
  
 
==[[machine learning|机器学习]]==
 
==[[machine learning|机器学习]]==
第72行: 第98行:
 
*[[PaddlePaddle]]
 
*[[PaddlePaddle]]
 
*[[Dlib]]
 
*[[Dlib]]
 
==JavaScript==
 
*[[V8]]
 
*[[SpiderMonkey]]
 
*[https://github.com/cesanta/v7/ V7: Embedded JavaScript engine]
 
*[https://github.com/Samsung/jerryscript JerryScript]: JavaScript engine for the Internet of Things
 
*[http://www.duktape.org/ Duktape] embeddable Javascript engine, [https://github.com/AtomicGameEngine/AtomicGameEngine Atomic Game Engine] used it.
 
*[[Emscripten]]
 
  
 
==[[Internet of Things|物联网]]==
 
==[[Internet of Things|物联网]]==
第97行: 第115行:
 
*[[GNU Octave]]
 
*[[GNU Octave]]
  
==金融银行==
+
==金融货币==
 +
[[文件:Fix8-logo.png|right|Fix8]]
 +
*[https://github.com/fix8/fix8 Fix8] Open Source C++ FIX Engine
 
*[https://www.techatbloomberg.com/blog/bloomberg-advancing-c-scale/ bloomberg bde] [https://github.com/bloomberg/bde github]
 
*[https://www.techatbloomberg.com/blog/bloomberg-advancing-c-scale/ bloomberg bde] [https://github.com/bloomberg/bde github]
 +
*[https://github.com/lballabio/quantlib QuantLib] A free/open-source library for quantitative finance
 +
*[https://github.com/hosseinmoein/DataFrame DataFrame]
  
 
==区块链==
 
==区块链==
 
*[https://github.com/zcash/zcash Zcash - Internet Money]
 
*[https://github.com/zcash/zcash Zcash - Internet Money]
 
*[https://github.com/btccom/btcpool BTCPool]
 
*[https://github.com/btccom/btcpool BTCPool]
 +
 +
==网络通讯==
 +
*[[Envoy]] C++ front/service proxy, 服务代理和通信总线,微服务管理框架[[Istio]]使用了它。
  
 
==消息事件==
 
==消息事件==
 
*[[C++ Actor Framework]]
 
*[[C++ Actor Framework]]
 
*[https://github.com/edenhill/librdkafka The Apache Kafka C/C++ library]
 
*[https://github.com/edenhill/librdkafka The Apache Kafka C/C++ library]
*[https://github.com/envoyproxy/envoy envoy] C++ front/service proxy, 服务代理和通信总线,微服务管理框架[https://istio.io/ Istio]使用了它。
 
  
 
==Web应用==
 
==Web应用==
 +
*[https://github.com/lpereira/lwan Lwan] is a high-performance & scalable [[web server]].
 +
*[https://github.com/drogonframework/drogon Drogon] A C++14/17/20 based HTTP web application framework
 
*[[Apache Traffic Server]]
 
*[[Apache Traffic Server]]
  
==电子商务==
+
==并发并行==
 +
多线程、并发、并行计算、[[actor model]]
 +
*[[OpenCL]]
 +
*[[OpenMP]]
 +
*[[C++ Actor Framework]]
  
 
==医疗教育==
 
==医疗教育==
第125行: 第155行:
  
 
==桌面应用==
 
==桌面应用==
*[[openFrameworks]]
+
[[文件:Gtk-90x90.png|right|GTK]]
*[[Qt]]
+
[[文件:WxWindows.png|right|wxWindows]]
 +
*[[GTK]]
 
*[[WxWidgets]]
 
*[[WxWidgets]]
 +
*[[Qt]]
 +
*[[openFrameworks]]
 +
 +
==视频编辑器==
 +
*[[Shotcut]]
 +
*[[OpenShot]]
  
 
==游戏==
 
==游戏==
第139行: 第176行:
 
*[https://github.com/hrydgard/ppsspp PPSSPP] - a fast and portable PSP emulator
 
*[https://github.com/hrydgard/ppsspp PPSSPP] - a fast and portable PSP emulator
 
*Facebook [https://github.com/TorchCraft/TorchCraft TorchCraft] A bridge between [[Torch]] and StarCraft.
 
*Facebook [https://github.com/TorchCraft/TorchCraft TorchCraft] A bridge between [[Torch]] and StarCraft.
 +
*[https://github.com/minetest Minetest]
 +
*[https://github.com/skypjack/entt/wiki/EnTT-in-Action EnTT in Action]
 +
*[https://box2d.org/ Box2D] A 2D Physics Engine for Games
 +
 +
==多媒体==
 +
[[文件:SFML-logo.png|right|SFML]]
 +
*[https://github.com/SFML/SFML SFML] Simple and Fast Multimedia Library
  
 
==音乐==
 
==音乐==
第144行: 第188行:
  
 
==模拟仿真==
 
==模拟仿真==
*[https://openmodelica.org/ OpenModelica]
+
*[https://openmodelica.org/ OpenModelica] [https://github.com/OpenModelica/OpenModelica @ GitHub]
  
 
==空间探测==
 
==空间探测==
 +
 +
==图书==
 +
*[https://github.com/changkun/modern-cpp-tutorial/ 现代 C++ 教程:高速上手 C++ 11/14/17/20]
  
 
==图集==
 
==图集==
第155行: 第202行:
 
image:tencent-mars.png|腾讯Mars
 
image:tencent-mars.png|腾讯Mars
 
image:foundationdb-architecture.png|FoundationDB架构
 
image:foundationdb-architecture.png|FoundationDB架构
 +
image:kore-architecture.png|Kore架构
 
</gallery>
 
</gallery>
  
第167行: 第215行:
 
[[category:c++]]
 
[[category:c++]]
 
[[category:huihoo]]
 
[[category:huihoo]]
 +
[[category:Huihoo Foundation]]

2022年5月2日 (一) 14:45的版本

C/C++ 生态系统

C
C++

目录

Awesome

框架库

Boost
POCO C++ Libraries
Seastar

C/C++ 流行类库和框架:开源 C++ 库列表

语言开发

使用 C/C++ 开发的编程语言、虚拟机、编译器、库。

JavaScript

在线编译器

函数式编程

操作系统

SerenityOS

数据库存储

ScyllaDB
FoundationDB

云计算

机器学习

物联网

机器人

大数据分析处理

数学

金融货币

Fix8

区块链

网络通讯

  • Envoy C++ front/service proxy, 服务代理和通信总线,微服务管理框架Istio使用了它。

消息事件

Web应用

并发并行

多线程、并发、并行计算、actor model

医疗教育

安全加密

iOS/Android

桌面应用

GTK
wxWindows

视频编辑器

游戏

多媒体

SFML
  • SFML Simple and Fast Multimedia Library

音乐

模拟仿真

空间探测

图书

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱