lingtoshigure's repositories

Language:C++Stargazers:1Issues:0Issues:0

caches

LRU, LFU, FIFO cache C++ implementations

License:BSD-3-ClauseStargazers:0Issues:0Issues:0

CppTemplateTutorial

中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)

Stargazers:0Issues:0Issues:0

CTPL

Modern and efficient C++ Thread Pool Library

License:Apache-2.0Stargazers:0Issues:0Issues:0

duck_db

c/c++ build a simple b+tree RDMS(利用c/c++ 开发基于B+树的小型关系型数据库 )

Stargazers:0Issues:0Issues:0

Grade_Manage

成绩管理系统(python)

Stargazers:0Issues:0Issues:0

HighPerformanceConcurrentServer

基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。

Stargazers:0Issues:0Issues:0

libevent-1

<Libevent深入浅出>本书要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。

Stargazers:0Issues:0Issues:0

libgo

Go-style concurrency in C++11

License:MITStargazers:0Issues:0Issues:0

libjson-rpc-cpp

C++ framework for json-rpc (json remote procedure call)

License:MITStargazers:0Issues:0Issues:0

libnop

libnop: C++ Native Object Protocols

License:NOASSERTIONStargazers:0Issues:0Issues:0

Linux_Network

黑马程序员的Linux网络编程学习记录

Stargazers:0Issues:0Issues:0

lrucache11

A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list and a std::unordered_map style container to provide fast insert, delete and update No dependencies other than the C++ standard library. This is a C++11 remake of my earlier LRUCache project (https://github.com/mohaps/lrucache) The goal was to create a fast LRUCache header only library and to avoid any dependencies like boost.

Stargazers:0Issues:0Issues:0

MiniJson

A lightweight json library (C++)

License:MITStargazers:0Issues:0Issues:0

muduo_server_learn

大并发服务器课程源代码

Stargazers:0Issues:0Issues:0

NanoLog-1

Low Latency C++11 Logging Library

Stargazers:0Issues:0Issues:0

OpenSourceAnnotation

一些开源项目的注释

Stargazers:0Issues:0Issues:0

Python-GUI-Programming-Cookbook-Second-Edition

Python GUI Programming Cookbook, Second Edition, published by Packt

License:MITStargazers:0Issues:0Issues:0

queue

some different implements of queue and test

Stargazers:0Issues:0Issues:0

RawSocketPortScan

利用connect、tcpsyn、tcpfin、udp实现端口扫描,使用socket

Stargazers:0Issues:0Issues:0

shell-book

❤️Shell脚本学习系列教程:6小节内容轻松掌握shell编程。

Stargazers:0Issues:0Issues:0

shineframe

高性能超轻量级C++开发库及服务器编程框架

License:Apache-2.0Stargazers:0Issues:0Issues:0

SIMPLE_DB

简单的基于LSM-Tree的嵌入式数据库

Stargazers:0Issues:0Issues:0

TeamTalk

TeamTalk is a solution for enterprise IM

License:Apache-2.0Stargazers:0Issues:0Issues:0

thread-pool-cpp

High performance C++11 thread pool

License:MITStargazers:0Issues:0Issues:0

TinyWebServer

:fire: Linux下C++轻量级Web服务器

License:Apache-2.0Stargazers:0Issues:0Issues:0

uthread

一个简单的用户级线程库

Stargazers:0Issues:0Issues:0

web

The easiest way to create web applications with Go

License:MITStargazers:0Issues:0Issues:0

WebServer-4

C++ Linux WebServer服务器

License:Apache-2.0Stargazers:0Issues:0Issues:0

xynet

network library based on io_uring and C++20 coroutine

License:MITStargazers:0Issues:0Issues:0