2024-10-08 |
实现strong_rc_ptr(比shared_ptr更快的引用计数智能指针) |
|
|
2024-08-22 |
手夯一个STL allocator和对象内存分析组件 |
|
|
2024-08-02 |
std::condition_variable 的信号丢失问题 |
|
|
2024-07-21 |
踩坑一处(GCC)STL `std::async` 实现BUG导致的crash问题 |
|
|
2024-05-30 |
GCC 14的一个warning to error BUG |
|
|
2023-08-20 |
Excel转表工具(xresloader)的新验证器(验证外部Excel和文本数据,唯一性和自定义规则) |
[email protected] (OWenT) |
|
2023-06-17 |
protobuf v22和gRPC v1.55版本升级的依赖变化和upb适配 |
[email protected] (OWenT) |
|
2023-06-16 |
关于protobuf近期版本(v20/v3.20+)和 gRPC v1.54版本在某些编译环境下的一些链接和编译问题 |
[email protected] (OWenT) |
|
2023-04-18 |
xresloader-Excel导表工具链的近期变更汇总 |
[email protected] (OWenT) |
|
2023-02-02 |
打通游戏服务端框架的C++20协程改造的最后一环 |
[email protected] (OWenT) |
|
2023-02-02 |
给cmake-toolset和工具链(curl等)加HTTP/2和HTTP/3支持 |
[email protected] (OWenT) |
|
2023-02-02 |
Opentelemetry-cpp的Logs模块标准更新(涉及近期版本:1.8-1.9的BREAK CHANGES) |
[email protected] (OWenT) |
|
2022-10-03 |
又开新坑之 coredns 插件: nftables和filter |
[email protected] (OWenT) |
|
2022-10-02 |
关于opentelemetry-cpp社区对于C++ Head Only组件单例和符号可见性的讨论小记 |
[email protected] (OWenT) |
|
2022-08-27 |
填个转表工具 xresloader 去年的坑(数组尾部裁剪) |
[email protected] (OWenT) |
|
2022-08-20 |
集成 upb 和 lua binding 的踩坑小记 |
[email protected] (OWenT) |
|
2022-07-28 |
libcopp对C++20协程的接入和接口设计 |
[email protected] (OWenT) |
|
2022-04-18 |
再度优化GCC、LLVM、Clang、libc++、libc++abi等套件的构建脚本 |
[email protected] (OWenT) |
|
2022-04-17 |
游戏服务的分布式事务优化(二)- 事务管理 |
[email protected] (OWenT) |
|
2022-04-10 |
游戏服务的分布式事务优化(一)- Write Ahead Log(WAL) 模块 |
[email protected] (OWenT) |
|
2022-02-14 |
记录一些bazel适配用编译选项 |
[email protected] (OWenT) |
|
2022-02-11 |
测试现代化硬件C++浮点数性能和一致性 |
[email protected] (OWenT) |
|
2021-12-12 |
适配Boringssl和OpenSSL 3.0 |
[email protected] (OWenT) |
|
2021-12-05 |
近期cmake-toolset的一些适配问题 |
[email protected] (OWenT) |
|
2021-09-05 |
C++20 Text Formatting/fmtlib 适配问题小记 |
[email protected] (OWenT) |
|
2021-08-29 |
再次重构LLVM+Clang+libcxx+libc++abi+其他相关工具的构建流程 |
[email protected] (OWenT) |
|
2021-06-05 |
重构基于CMake的构建工具链 |
[email protected] (OWenT) |
|
2021-05-16 |
新版GCC和LLVM+Clang终于Release啦 |
[email protected] (OWenT) |
|
2021-05-16 |
折腾一下nftables下的双拨 |
[email protected] (OWenT) |
|
2021-03-26 |
[C++20] Module partitions和符号交叉引用(声明和实现分离) |
[email protected] (OWenT) |
|
2021-03-08 |
[Rust] 实现一个线程安全且迭代器可以保存的链表 |
[email protected] (OWenT) |
|
2021-02-09 |
基于protobuf的代码生成 |
[email protected] (OWenT) |
|
2021-01-28 |
几个使用protobuf中C++接口的Arena的坑 |
[email protected] (OWenT) |
|
2021-01-28 |
Amazon Aurora DB存储引擎论文阅读小记 |
[email protected] (OWenT) |
|
2021-01-28 |
近期对libatapp的一些优化调整(增加服务发现和连接管理,支持yaml等) |
[email protected] (OWenT) |
|
2021-01-28 |
xresloader转表工具链增加了一些新功能(map,oneof支持,输出矩阵,基于模板引擎的加载代码生成等) |
[email protected] (OWenT) |
|
2021-01-28 |
在游戏服务器中使用分布式事务 |
[email protected] (OWenT) |
|
2021-01-28 |
libcopp接入C++20 Coroutine和一些过渡期的设计 |
[email protected] (OWenT) |
|
2021-01-28 |
libatbus 的大幅优化 |
[email protected] (OWenT) |
|
2021-01-28 |
nftables初体验 |
[email protected] (OWenT) |
|
2021-01-28 |
容器配置开发环境小计 |
[email protected] (OWenT) |
|
2021-01-28 |
PALM Tree - 适合多核并发架构的B+树 - 论文阅读小记 |
[email protected] (OWenT) |
|
2021-01-28 |
跨平台协程库 - libcopp 简介 |
[email protected] (OWenT) |
|
2021-01-28 |
C++20 Coroutine 性能测试 (附带和libcopp/libco/libgo/goroutine/linux ucontext对比) |
[email protected] (OWenT) |
|
2021-01-28 |
尝鲜Github Action |
[email protected] (OWenT) |
|
2021-01-28 |
一些xresloader(转表工具)的改进 |
[email protected] (OWenT) |
|
2021-01-28 |
protobuf、flatbuffer、msgpack 针对小数据包的简单对比 |
[email protected] (OWenT) |
|
2021-01-28 |
协程框架(libcopp) 小幅优化 |
[email protected] (OWenT) |
|
2021-01-28 |
Excel转表工具(xresloader) 增加protobuf插件功能和集成 UnrealEngine 支持 |
[email protected] (OWenT) |
|
2021-01-28 |
Anna(支持任意扩展和超高性能的KV数据库系统)阅读笔记 |
[email protected] (OWenT) |
|
2021-01-28 |
C++20 Coroutine |
[email protected] (OWenT) |
|
2021-01-28 |
libcopp merge boost.context 1.69.0 |
[email protected] (OWenT) |
|
2021-01-28 |
Google去中心化分布式系统论文三件套(Percolator、Spanner、F1)读后感 |
[email protected] (OWenT) |
|
2021-01-28 |
Rust玩具-企业微信机器人通用服务 |
[email protected] (OWenT) |
|
2021-01-28 |
使用ELK辅助监控开发测试环境服务质量和问题定位 |
[email protected] (OWenT) |
|
2021-01-28 |
2018年的新通用伪随机数算法(xoshiro / xoroshiro)的C++(head only)实现 |
[email protected] (OWenT) |
|
2021-01-28 |
Webpack+vue+boostrap+ejs构建Web版GM工具 |
[email protected] (OWenT) |
|
2021-01-28 |
Rust的第二次接触-写个小服务器程序 |
[email protected] (OWenT) |
|
2021-01-28 |
理解和适配AEAD加密套件 |
[email protected] (OWenT) |
|
2021-01-28 |
atsf4g-co的进化:协程框架v2、对象路由系统和一些其他细节优化 |
[email protected] (OWenT) |
|
2021-01-28 |
协程框架(libcopp)v2优化、自适应栈池和同类库的Benchmark对比 |
[email protected] (OWenT) |
|
2021-01-28 |
可执行文件压缩 |
[email protected] (OWenT) |
|
2021-01-28 |
初识Rust |
[email protected] (OWenT) |
|
2021-01-28 |
使用restructedtext编写xresloader文档 |
[email protected] (OWenT) |
|
2021-01-28 |
atframework的etcd模块化重构 |
[email protected] (OWenT) |
|
2021-01-28 |
C++的backtrace |
[email protected] (OWenT) |
|
2021-01-28 |
ECDH椭圆双曲线(比DH快10倍的密钥交换)算法简介和封装 |
[email protected] (OWenT) |
|
2021-01-28 |
protobuf-net的动态Message实现 |
[email protected] (OWenT) |
|
2021-01-28 |
pbc的proto3接入 |
[email protected] (OWenT) |
|
2021-01-28 |
atgateway内置协议流程优化-加密、算法协商和ECDH |
[email protected] (OWenT) |
|
2021-01-28 |
整理一波软件源镜像同步工具+DevOps工具 |
[email protected] (OWenT) |
|
2021-01-28 |
Blog切换到Hugo |
[email protected] (OWenT) |
|
2021-01-28 |
libcopp v2的第一波优化完成 |
[email protected] (OWenT) |
|
2021-01-28 |
libcopp(v2) vs goroutine性能测试 |
[email protected] (OWenT) |
|
2021-01-28 |
libcopp的线程安全、栈池和merge boost.context 1.64.0 |
[email protected] (OWenT) |
|
2021-01-28 |
GCC 7和LLVM+Clang+libc++abi 4.0的构建脚本 |
[email protected] (OWenT) |
|
2021-01-28 |
libatbus的几个藏得很深的bug |
[email protected] (OWenT) |
|
2021-01-28 |
用cmake交叉编译到iOS和Android |
[email protected] (OWenT) |
|
2021-01-28 |
开源项目得一些小维护 |
[email protected] (OWenT) |
|
2021-01-28 |
atapp的c binding和c#适配 |
[email protected] (OWenT) |
|
2021-01-28 |
对象路由系统设计 |
[email protected] (OWenT) |
|
2021-01-28 |
2016年总结 |
[email protected] (OWenT) |
|
2021-01-28 |
近期的一个协程流程BUG |
[email protected] (OWenT) |
|
2021-01-28 |
重写了llvm+clang+libc++和libc++abi的构建脚本 |
[email protected] (OWenT) |
|
2021-01-28 |
atsf4g完整游戏工程示例 |
[email protected] (OWenT) |
|
2021-01-28 |
atframework基本框架已经完成 |
[email protected] (OWenT) |
|
2021-01-28 |
游戏服务器的不停服更新 |
[email protected] (OWenT) |
|
2021-01-28 |
对atbus的小数据包的优化 |
[email protected] (OWenT) |
|
2021-01-28 |
Android和IOS的TLS问题 |
[email protected] (OWenT) |
|
2021-01-28 |
pbc的一个陈年老BUG |
[email protected] (OWenT) |
|
2021-01-28 |
boost.context-1.61版本的设计模型变化 |
[email protected] (OWenT) |
|
2021-01-28 |
接入letsencrypt+全面启用HTTP/2 |
[email protected] (OWenT) |
|
2021-01-28 |
理解Raft算法 |
[email protected] (OWenT) |
|
2021-01-28 |
libatbus基本功能及单元测试终于写完啦 |
[email protected] (OWenT) |
|
2021-01-28 |
博客文章和文档迁移到gitbook |
[email protected] (OWenT) |
|
2021-01-28 |
给客户端写得LRU缓存 |
[email protected] (OWenT) |
|
2021-01-28 |
近期活动比较零散 |
[email protected] (OWenT) |
|
2021-01-28 |
关于BUS通信系统的一些思考(三) |
[email protected] (OWenT) |
|
2021-01-28 |
针对Java JIT的优化(转表工具:xresloader) |
[email protected] (OWenT) |
|
2021-01-28 |
libcopp更新 (merge boost 1.59 context) |
[email protected] (OWenT) |
|