limowang
student of University of Electronic Science and Technology of China
University of Electronic Science and Technology of China
Pinned Repositories
Interview_algorithms
总结C++求职过程中,常见的手撕算法题,LRU,MyString,MyShare_ptr,无锁队列,单例模式,观察者模式
myMuduoWebServer
myWebServerBasedOnMuduo
Leveldb-
C/C++学习,后端开发进阶指南。
acid
A distributed service governance framework. 分布式服务治理框架
aleng.github.io
annotated_redis_source
带有详细注释的 Redis 2.6 源码
APUE_notes
《UNIX环境高级编程》中文第三版笔记
AwesomeCpp
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等
BackEnd
后台开发相关知识
ClickHouse
ClickHouse® is a real-time analytics DBMS
limowang's Repositories
limowang/incubator-pegasus
Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
limowang/Pegasus-study
Pegasus study
limowang/self_script
日常工作中可能常使用的脚本
limowang/incubator-pegasus-website
Apache Pegasus Website
limowang/ClickHouse
ClickHouse® is a real-time analytics DBMS
limowang/impala
Apache Impala
limowang/rocksdb-doc-cn
中文版rocksdb文档
limowang/interview
📚 C/C++ 语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
limowang/collector
pegasus_collector_test
limowang/go_collector
limowang/Interview_algorithms
总结C++求职过程中,常见的手撕算法题,LRU,MyString,MyShare_ptr,无锁队列,单例模式,观察者模式
limowang/Obeserver
Obeserver
limowang/myMuduoWebServer
myWebServerBasedOnMuduo
limowang/InterviewGuide
🔥🔥「InterviewGuide」是阿秀从校园->职场多年计算机自学过程的记录以及学弟学妹们计算机校招&秋招经验总结文章的汇总,包括但不限于C/C++ 、Golang、JavaScript、Vue、操作系统、数据结构、计算机网络、MySQL、Redis等学习总结,坚持学习,持续成长!
limowang/golang-tutorial
Go语言快速入门
limowang/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
limowang/CppThreadPool
C风格、C++风格及C++11特性的线程池
limowang/Leveldb-
C/C++学习,后端开发进阶指南。
limowang/CPlusPlusThings-c-
C++那些事
limowang/tinykv
A course to build distributed key-value service based on TiKV model
limowang/CS-Notes--
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
limowang/cpp_backend_awsome_blog
2023年最新整理 c++后端开发,1000篇优秀博文,含内存,网络,架构设计,高性能,数据结构,基础组件,中间件,分布式相关
limowang/tinyrpc
c++ async rpc framework. 14w+qps.
limowang/TechCPP
【C++面试&C++学习指南】 这里整理了C++后端研发工程师面试和工作必备的知识点 。
limowang/WebServer
A C++ High Performance Web Server-----3.30前完成
limowang/training-plan
电子科技大学分布式存储与计算实验室新生训练计划
limowang/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
limowang/CMakeTutorial
总结常用的CMakeLists模板,便于后续使用。
limowang/threadpool
based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数
limowang/DesignPattern
This repository is built for design pattern in C++