Pinned Repositories
coroutine-1
C++11 single .h asymmetric coroutine implementation via ucontext / fiber
Cpp17
本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删
Disruptor-cpp
Port of LMAX Disruptor to C++
Go42
《Go语言四十二章经》详细讲述Go语言规范与语法细节及开发中常见的误区,通过研读标准库等经典代码设计模式,启发读者深刻理解Go语言的核心思维,进入Go语言开发的更高阶段。
goleveldb
LevelDB key/value database in Go.
leveldbgo
leveldb implement by go.just for fun
librf
基于C++ Coroutines编写的无栈协程库
NovaLab
基于Spring+SpringMVC+Mybatis框架开发的在线学堂
Unix-Net
Unix网络编程源代码添加注释
zheng
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
wonderspig's Repositories
wonderspig/Unix-Net
Unix网络编程源代码添加注释
wonderspig/DatabasePapersReadingLists
数据库论文阅读目录
wonderspig/librf
基于C++ Coroutines编写的无栈协程库
wonderspig/ThreadPool-1
A threadpool with C++ , support adjust thread priority and different I/O ,CPU priority.
wonderspig/XCoroutine
一个使用C/C++基于epoll实现的高性能的stackfull协程库,通过HOOK阻塞的系统调用,网络IO事件,协程间的同步事件及定时事件驱动协程的调度,通过汇编完成协程的高速切换,支持海量协程创建,支持协程的动态跨线程负载均衡调度,优先级调度,支持协程的栈上溢出检测及协程的signal信号处理机制,提供不同线程间协程同步协作的互斥量mutex,读写锁,条件变量cond,信号量sem,countDownLatch及用于数据共享的channel等等,总之很好玩,,,
wonderspig/AI_Tutorial
精华机器学习,NLP,图像识别, 深度学习等人工智能领域学习资料,搜索,推荐,广告系统架构及算法技术资料整理
wonderspig/AnnotatedCode
知名开源代码库的注释版:C++、Golang等
wonderspig/cocpp
wonderspig/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
wonderspig/CppIdioms
wonderspig/CRoaring
Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, and StarRocks
wonderspig/DeepLearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
wonderspig/handy
🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
wonderspig/HowToBattle
程序员如何哄对象指南。Programmer's guide about how to care your object (Chinese only).
wonderspig/io_uring-echo-server
io_uring echo server
wonderspig/large-scale-recsys-in-action
wonderspig/libgo
Go-style concurrency in C++11
wonderspig/milvus
An open source vector database powered by Faiss, NMSLIB and Annoy
wonderspig/mirrow
A TMP utility framework in C++17. Contain dynamic&static reflection and serialization
wonderspig/misc-playground
Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified
wonderspig/raft-java
Raft Java implementation which is simple and easy to understand.
wonderspig/reflect-cpp
A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, XML, YAML / msgpack.org[C++20]
wonderspig/reflect-hpp
Single header static reflection library for C++14 and above
wonderspig/Skunk
🦡Skunk is a Reactor network framework implemented by CXX
wonderspig/SparrowRecSys
A Deep Learning Recommender System
wonderspig/toydb
Distributed SQL database in Rust, written as a learning project
wonderspig/training-plan
电子科技大学分布式存储与计算实验室新生训练计划
wonderspig/trunk
Make bazel an out of box solution for C++/Java developers
wonderspig/ugo-compiler-book
:books: µGo语言实现(如何从头开发一个迷你Go语言编译器)
wonderspig/XEngine
一个通用的框架