Lists (1)
Sort Name ascending (A-Z)
Stars
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Event-driven network library for multi-threaded Linux server in C++11
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Red…
校招、秋招、春招、实习好项目!带你从零实现一个高性能的深度学习推理库,支持大模型 llama2 、Unet、Yolov5、Resnet等模型的推理。Implement a high-performance deep learning inference library step by step
A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀
校招、秋招、春招、实习好项目,带你从零动手实现支持LLama2/3和Qwen2.5的大模型推理框架。
Jump Point Search, public domain, single .h -- OBSOLETE! See tinypile repo for a better version.
华为软件精英挑战赛-寻路,dijkstra降解+遗传算法,西北赛区8强
基于C++11的特性,仿照moduo网络库实现的网络库(,不依赖boost库)muduo库依赖于boost库,本项目使用C++11特性重写)
“唐可可后援会”队在2024华为软件精英挑战赛初赛的相关代码与测试程序 / Related code and test programs of Team "Fanclub for Tang Keke" in Huawei CodeCraft 2024
复旦大学2021秋数据结构:使用C++,设计完整的封装、继承、多态体系,利用合理的数据结构,实现简易vim文本编辑器