欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
C++ ecosystem
来自开放百科 - 灰狐
(版本间的差异)
小 (→语言开发) |
小 (→框架库) |
||
第9行: | 第9行: | ||
==框架库== | ==框架库== | ||
− | C++流行类库和框架:[https://zh.cppreference.com/w/cpp/links/libs 开源 C++ 库列表] | + | 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]] | ||
+ | *[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]是微信官方的跨平台跨业务的终端基础组件 |
2022年2月13日 (日) 02:23的版本
目录 |
Awesome
框架库
C/C++流行类库和框架:开源 C++ 库列表
- GNU C++ Library: libstdc++
- Boost
- C Algorithms A library of common data structures and algorithms written in C.
- Folly Facebook Open Source Library
- Protocol Buffers
- Apache Thrift
- Apache Portable Runtime
- ICE
- Mars是微信官方的跨平台跨业务的终端基础组件
- libco是微信后台大规模使用的c/c++协程库,2013年至今稳定运行在微信后台的数万台机器上。
- FlatBuffers Memory Efficient Serialization Library
- xcbuild Xcode-compatible build tool.
- osquery
- benchmark A microbenchmark support library
- libPhenom is an eventing framework for building high performance and high scalability systems in C
- Brotli compression format
- Muduo
- ACE 和 TAO
- Seastar
语言开发
使用 C/C++ 开发的编程语言、虚拟机、编译器、库。
- Swift
- OpenJDK HotSpot
- GCC
- HHVM
- Threading for PHP
- PHP-CPP Library to build PHP extensions with C++
- Eclipse OMR
- Lean
在线编译器
- gcc.godbolt.org (Clang, GCC, Intel ICC)
- Wandbox (Clang, gcc – includes Boost) Wandbox @ GitHub
- Online Visual Studio Compiler (VC++)
- Stacked-Crooked (GCC)
- Rextester (Clang, GCC, VC++)
- ideone.com (GCC, Clang)
函数式编程
数据库存储
- ScyllaDB
- PostgreSQL
- MariaDB
- MongoDB
- RethinkDB
- ScyllaDB
- RocksDB
- ArangoDB
- FoundationDB
- Ceph
- DB Browser for SQLite
云计算
机器学习
- MXNet dmlc: Distributed (Deep) Machine Learning Community
- TensorFlow
- Caffe
- fbcunn Facebook's extensions to torch/cunn, Deep learning CUDA Extensions from Facebook AI Research.
- PaddlePaddle
- Dlib
JavaScript
- V8
- SpiderMonkey
- V7: Embedded JavaScript engine
- JerryScript: JavaScript engine for the Internet of Things
- Duktape embeddable Javascript engine, Atomic Game Engine used it.
- Emscripten
物联网
机器人
大数据分析处理
数学
- MathFu is a C++ math library
- GNU Octave
金融银行
- bloomberg bde github
- QuantLib A free/open-source library for quantitative finance
- DataFrame
区块链
网络通讯
消息事件
Web应用
并发并行
多线程、并发、并行计算、actor model
医疗教育
安全加密
iOS/Android
桌面应用
视频编辑器
游戏
- godot
- cocos2d-x
- Spring RTS Zero-K Spring: 1944
- Unreal Engine
- Urho3D 2D and 3D game engine Urho3D文档
- TrinityCore
- Skynet game framework
- PPSSPP - a fast and portable PSP emulator
- Facebook TorchCraft A bridge between Torch and StarCraft.
- Minetest
- EnTT in Action
- Box2D A 2D Physics Engine for Games
音乐
模拟仿真
图书
空间探测
图集
链接
- Standard C++ - News, Status & Discussion about Standard C++.
- CppCon - The C++ Conference. CppCon @ GitHub
- C++ reference - C++98, C++03, C++11, C++14, C++17 reference.
- cplusplus.com - The C++ Resources Network.
分享您的观点