GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
.github/workflows examples extras fio-stl lib tests .clang-format .gitignore CHANGELOG.md CONTRIBUTING.md LICENSE README.md fio-stl.h fio-stl.md makefile README MIT license Thefacil.ioC STL aims to provide C developers with easy-to-use tools to write memory safe and performant programs. ...
C语言写的事件驱动框架libevent/libevent · GitHubGitHub - EZLippi/WebBench: Webbench是一个在linux下...
支持对实现ITree<TKey,TValue>接口的任何 STL/CLR 对象执行简单迭代。 TreeEnumeratorBase<TKey,TValue> 支持对实现ITree<TKey,TValue>接口的任何 STL/CLR 对象执行简单迭代。 VectorEnumerator<TValue> 支持对实现IVector<TValue>接口的任何 STL/CLR 对象执行简单迭代。
传送门:https://github.com/EZLippi/Tiny 3.db_tutorial(5.9k+ star)用 C 从零创建一个简单的...
GitHub Migration StatusWe're in the process of moving all of our work on the STL to GitHub. Current status:Code: Done. Our source code is available under the Apache License v2.0 with LLVM Exception. (See LICENSE.txt and NOTICE.txt for more information.) Build System: In progress. We'...
EASTL :EA-STL公共部分 ffead-cpp :企业应用程序开发框架 Folly:由Facebook开发和使用的开源C++库 JUCE :包罗万象的C++类库,用于开发跨平台软件 libPhenom:用于构建高性能和高度可扩展性系统的事件框架。 LibSourcey :用于实时的视频流和高性能网络应用程序的C++11 evented IO ...
https://github.com/0voice/introduce_c-cpp_manualgithub.com/0voice/introduce_c-cpp_manual https://ke.qq.com/course/417774?flowToken=1024646ke.qq.com/course/417774?flowToken=1024646 C/C++Linux服务器开发/后台架构师【零声教育】-学习视频教程-腾讯课堂 程序、系统类 MyTinySTL:基于C++11 的...
C++ 标准库(STL)中头文件:#include <memory>C++ 98std::auto_ptr<std::string> ps (new std::string(str));C++ 11shared_ptr unique_ptr weak_ptr auto_ptr(被 C++11 弃用)Class shared_ptr 实现共享式拥有(shared ownership)概念。多个智能指针指向相同对象,该对象和其相关资源会在 “最后一个 reference...
项目链接:https://github.com/zouxiaohang/TinySTL TinnySTL 是一个轻量级的 C++ STL 实现,它由一系列头文件组成,可以方便地嵌入到你的项目中使用。这个项目涵盖了很多基础的 STL 组件,比如vector、list、map 等,它们都是在 STL 标准基础上重新实现的,可以帮助你更好地理解 STL 的实现原理。