带有详细注释,配有相应博客讲解,适合用于学习STL、数据结构算法的简易STL库。
☆34Mar 8, 2020Updated 6 years ago
Alternatives and similar repositories for TinySTL
Users that are interested in TinySTL are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 仿写一两遍STL几乎是修炼c++的必经之路☆26Nov 30, 2016Updated 9 years ago
- 一步步实现c++中的智能指针☆10Jun 6, 2021Updated 5 years ago
- 是一个基于现代C++的高性能异步任务执行库。它内部提供了一个高性能线程池的实现,并基于该线程池对外提供了高性能的异步操作接口。☆22Dec 26, 2025Updated 8 months ago
- learn TensorRT from scratch🥰☆18Sep 29, 2024Updated last year
- OSTEP 思维导图 + jyy部分lecture的笔记 + 081部分lecture的笔记☆30Aug 3, 2023Updated 3 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 使用Go语言搭建一个简单的OSS对象存储服务器,依据书ISBN978-7-115-48055-2编写,修复书上一些bug,并提供构建的完整视频过程☆11Aug 12, 2021Updated 5 years ago
- 《C++新经典:对象模型》笔记☆26Mar 26, 2022Updated 4 years ago
- 使用java开源框架netty搭建的文件服务器,不限文件大小,底层采用分布式存储☆23Aug 24, 2017Updated 9 years ago
- C++模板工具类的简易实现☆10Aug 20, 2023Updated 3 years ago
- 上海交通大学软件学院课程《应用系统体系架构》(SE3353)笔记☆11Feb 2, 2024Updated 2 years ago
- Go并发编程实战☆11Apr 6, 2023Updated 3 years ago
- A C++11 high performance webserver,支持多线程,单线程,使用Reactor模型,仿照muduo库的one loop per thread☆12Aug 3, 2023Updated 3 years ago
- Modern C++ implementation of the Kaleidoscope LLVM tutorial.☆12Sep 3, 2017Updated 9 years ago
- wirefisher: eBPF-powered traffic monitoring and control with precise per-process, IP, and port-level filtering, plus built-in rate limiti…☆37Dec 26, 2025Updated 8 months ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- ☆10Feb 24, 2025Updated last year
- 一套聚焦 C++ / QtWidgets 的 Qt 6 中文深度教程:三层递进(入门 137 篇 · 进阶 134 篇 · 专家层进行中)+ 可复用实例库,全部 CMake + C++17 构建。隶属 Awesome-Embedded-Learning-Studio。☆70Updated this week
- C/C++学习,后端开发进阶指南。☆10Jul 14, 2021Updated 5 years ago
- 基于跳表实现的键值型存储引擎☆12Jun 21, 2021Updated 5 years ago
- A small Key-Value storage engine written in C++.☆108Feb 17, 2023Updated 3 years ago
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆85Apr 23, 2022Updated 4 years ago
- 一个在Linux环境下C++开发的轻量级、高性能、高并发的web服务器。☆132May 28, 2023Updated 3 years ago
- c++实现的clip推理,模型有一点点改动,但是不大,改动和导出模型的代码可以在readme里找到,模型文件都在Releases里,包括AX650的模型。新增支持ChineseCLIP☆31Jun 19, 2025Updated last year
- Stanford CS144 Solutions Fall2020☆15Aug 30, 2022Updated 4 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- FastLog是一个基于现代C++23标准开发的高性能日志系统,提供了控制台日志和文件日志两种输出方式☆18Apr 26, 2026Updated 4 months ago
- linux 核心模組, 使用 netfilter IPv4 hook 監聽和分析 DNS 請求和回應封包.☆14Oct 25, 2018Updated 7 years ago
- jyy os enhanced☆13Jul 10, 2025Updated last year
- 基于c++实现的分布式文件传输系统☆11May 27, 2023Updated 3 years ago
- This repo is "NTHU Parallel Programing" course project.☆10Dec 5, 2017Updated 8 years ago
- 字节跳动青训营 抖音项目 ByteDance YouthCamp Project Douyin☆15Mar 30, 2023Updated 3 years ago
- 这一生听过许多道理,但还是过不好这一生,这是因为缺少真正的动手实践,光听道理,缺少动手实践的过程,学习难免会让人觉得味同嚼蜡,所以我的分享都比较倾向于实践,在一次次动手实践的过程中感受知识原本纯真的模样。☆14Jul 10, 2026Updated last month
- 上海交通大学软件工程本科专业课课程笔记☆11Oct 22, 2023Updated 2 years ago
- NTHU CS6135 VLSI實體設計自動化☆11Mar 12, 2022Updated 4 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 使用 cutlass 实现 flash-attention 精简版,具有教学意义☆59Aug 12, 2024Updated 2 years ago
- an implementation of a lsmtree☆11Feb 18, 2023Updated 3 years ago
- Created a simple neural network using C++17 standard and the Eigen library that supports both forward and backward propagation.☆11Jul 27, 2024Updated 2 years ago
- ☆15Apr 5, 2020Updated 6 years ago
- A library for serializing and deserializing complex Qt object graphs to and from JSON☆13May 24, 2023Updated 3 years ago
- A fast, small, efficient pthreads based threadpool in c☆16Mar 2, 2021Updated 5 years ago
- 字节跳动青训营专业团队仿掘金官网☆10Aug 26, 2022Updated 4 years ago