loop_in_codes

低调做技术__欢迎移步我的独立博客 codemaro.com 微博 kevinlynx

c/c++

无锁有序链表的实现

posted @ 2015-05-05 19:47 Kevin Lynx 阅读(22556) | 评论 (0)  编辑

并行编程中的内存回收Hazard Pointer

posted @ 2015-05-03 20:46 Kevin Lynx 阅读(19906) | 评论 (0)  编辑

使用RCU技术实现读写线程无锁

posted @ 2015-04-19 19:10 Kevin Lynx 阅读(11321) | 评论 (3)  编辑

记一次tcmalloc分配内存引起的coredump

posted @ 2015-04-06 18:33 Kevin Lynx 阅读(7800) | 评论 (2)  编辑

基于内存查看STL常用容器内容

posted @ 2014-12-03 22:08 Kevin Lynx 阅读(3795) | 评论 (2)  编辑

linux动态库的种种要点

posted @ 2014-11-04 00:55 Kevin Lynx 阅读(7845) | 评论 (1)  编辑

浅析glibc中thread tls的一处bug

posted @ 2014-10-07 21:38 Kevin Lynx 阅读(3452) | 评论 (1)  编辑

浅析静态库链接原理

posted @ 2014-09-15 22:47 Kevin Lynx 阅读(4133) | 评论 (2)  编辑

C/C++中手动获取调用堆栈

posted @ 2014-09-02 22:14 Kevin Lynx 阅读(5881) | 评论 (3)  编辑

基于protobuf的RPC实现

posted @ 2014-08-31 19:40 Kevin Lynx 阅读(6632) | 评论 (0)  编辑

Muduo源码阅读

posted @ 2014-05-04 18:22 Kevin Lynx 阅读(14522) | 评论 (3)  编辑

记一次堆栈平衡错误

posted @ 2013-08-15 23:01 Kevin Lynx 阅读(5673) | 评论 (1)  编辑

分布式程序开发平台ICE概览

posted @ 2013-02-15 15:24 Kevin Lynx 阅读(6334) | 评论 (0)  编辑

使用Clang实现C语言编程规范检查

posted @ 2013-02-12 21:53 Kevin Lynx 阅读(10066) | 评论 (0)  编辑

C++陷阱:构造函数中的多态

posted @ 2012-09-17 16:30 Kevin Lynx 阅读(3189) | 评论 (0)  编辑

Full c/c++ Archive