flx413 / Coding-Interview-GuideLinks
《程序员面试代码指南——IT名企算法与数据结构题目最优解》、个人面试算法练习
☆14Updated 6 years ago
Alternatives and similar repositories for Coding-Interview-Guide
Users that are interested in Coding-Interview-Guide are comparing it to the libraries listed below
Sorting:
- leveldbd是一个nosql数据库,底层使用leveldb作为存储引擎,提供REST接口☆12Updated 10 years ago
- linux常用库,使用boost和标准库编写的常用库,包含线程池、内存池、通信、日志、时间处理、定时器☆13Updated 11 years ago
- sthread(simple-thread):支持高并发的协程网络库☆29Updated last month
- 简洁的epoll例子☆17Updated 10 years ago
- 这是我的毕业设计☆8Updated 8 years ago
- Utility mordern c++ components library in real development.☆10Updated 6 years ago
- 基于协程的C++网络开发框架☆25Updated 6 years ago
- 轻量级分布式消息队列☆24Updated 10 years ago
- IM cpp server☆19Updated 10 years ago
- [c++]使用boost.asio写的简单内存键值对缓存☆11Updated 7 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Updated 8 years ago
- 聊天系统基于C/S编程模型,集服务器和客户端为一体,实现多用户并发模式下的聊天功能,包括登录、查看好友列表、私聊、公聊、消息记录、退出等操作。☆17Updated 8 years ago
- Easy to use RPC framework☆42Updated 7 years ago
- 基于C++Qt4的白鸽局域网聊天器。可以实现群聊,互发信息 可以根据用户需要设置字体的颜色,加粗,倾斜,加下划线 发送图片 向好友发送图片等等功能☆27Updated 7 years ago
- 学习socket网络编程,学习C++类的封装☆20Updated 10 years ago
- TeamTalk 服务器端 For Windows☆32Updated 10 years ago
- 简单的跨平台网络通信库☆14Updated 10 years ago
- SunPush 是一个web消息推送服务器,复杂从web服务器推送消息到移动端。底层IO,使用Boost:asio,经过初步测试,可以同时支持20w连接并发推送(每个连接每秒1k数据包)!☆19Updated 10 years ago
- Message Queue/C++/Lua based game server☆15Updated 12 years ago
- c++11实现的一个实用的轻量级跨平台多线程actor框架,支持pull和push接口,支持基于协程的异步调用,目前只支持本地消息传递☆22Updated last year
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆27Updated 6 years ago
- 图像识别后台算法服务器☆12Updated 8 years ago
- 介绍一些有关与Bash Shell的内容。如Linux中的命令、Shell脚本的写法、Shell语言的知识。☆38Updated 3 years ago
- 用C++开发web服务器框架☆31Updated 3 years ago
- 利用Boost Asio库开发的大并发量,高性能的网络通讯库,有线程池和即时,定时任务调度功能,负载均衡功能,可用于大并发量的客户端和服务端编程☆19Updated 4 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21Updated 2 years ago
- GIM是linux环境下的一个大并发,可扩展的在线推送和IM服务框架(并不局限于IM,可以方便的扩展到其他业务场景),在典型的24核,32G内存机器上,单台服务器可以支持超过100万在线用户,TPS>5w,在了解基本架构和协议之后,能够很方便的对后端业务逻辑进行扩展。该开源…☆37Updated 9 years ago
- Concurrency Control Flow 并发流程控制☆28Updated 10 years ago
- OpenResty(Nginx)+LuaJIT(Lua)高并发web服务实践教程☆9Updated 6 years ago
- c网络爬虫simspider的请求队列和完成队列的redis实现,用于大规模分布式爬虫架构。☆12Updated 10 years ago