- 博客(3)
- 资源 (21)
- 收藏
- 关注
原创 Redis源码分析:服务器编程模型
源码版本:redis 2.4.4 Event-driven programming libray,提到这个,很容易想到如雷贯耳的libevent库(libeven封装了以下三种事件的响应:IO事件,定时器事件,信号事件)。 redis的没有采用庞大的libevent库,而是自己写了一个,牺牲了一些平台通用性,但是性能非常强劲。memcache采用了libevent,有人认为这是redis的优
2011-12-13 23:33:27
6368
原创 初识Redis
1. 概述 redis官网定义: Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. Redis 是
2011-12-13 23:32:51
3144
1
原创 jemalloc: another option
1. 概述 jemalloc起源于Jason Evans 2006年在BSDcan conference发表的论文:A Scalable Concurrent malloc Implementation for FreeBSD jason认为phkmalloc(FreeBSD’s previous malloc implementation by Kamp (1998))没有考虑多处理器的情况
2011-12-13 23:32:13
18909
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人