facil.io C STL - a Server Toolbox Library for C, including JSON processing, hash maps, dynamic arrays, binary strings and more. - facil-io/cstl
git clone https://github.com/joshiayush/stlc.git Installlibstlc sudo chmod +x ./tools/install_libstlc.sh ./tools/install_libstlc.sh Build tests To build tests, cmake -B build/ -S.-DBUILD_TESTS:BOOL=ON cmake --build build/
项目地址:https://github.com/LippiOuYang/Tinyhttpd cJSON cJSON 是一个 JSON 编解码器,非常轻量...
CSTL是一个为 C 语言提供的标准模板库,旨在为 C 语言嵌入式开发者提供更加现代化的编程体验。如通过 ...
传送门:https://github.com/Simple-XX/SimpleKernel 6.myscan(0.1k+ star)开源的多线程 socket ...
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 的...
支持对实现ITree<TKey,TValue>接口的任何 STL/CLR 对象执行简单迭代。 TreeEnumeratorBase<TKey,TValue> 支持对实现ITree<TKey,TValue>接口的任何 STL/CLR 对象执行简单迭代。 VectorEnumerator<TValue> 支持对实现IVector<TValue>接口的任何 STL/CLR 对象执行简单迭代。
stl Finish Fixing Atomic Initialization (P0883R2) (#390) 5年前 tests/libcxx Update LLVM to gethttps://reviews.llvm.org/D61366/https://github.co… 5年前 tools Add libcxx (not yet running) working towards #145. (#394) 5年前
Basic CI in GitHub Modules Reimplement module system Standard library Standard library Overall structure (WIP) Types Arrays STL-style containers Algorithms I/Os Threading / synchronization Math and numerics Standard math functions Complex module
STL 容器容器底层数据结构时间复杂度有无序可不可重复其他 array 数组 随机读改 O(1) 无序 可重复 支持随机访问 vector 数组 随机读改、尾部插入、尾部删除 O(1)头部插入、头部删除 O(n) 无序 可重复 支持随机访问 deque 双端队列 头尾插入、头尾删除 O(1) 无序 可重复 一个中央控制器 + 多个缓冲区,...