Default branch

cc807a97d6 · Add new mmap config option. · Updated 2014-01-15 15:45:04 +00:00

Branches

ac2c5caeff · Change a few default configs and comment out the stats gathering for now. · Updated 2013-10-30 15:50:20 +00:00    greg

12
0
#11 Merged

08acdbefc8 · Retry three times, then bail out and return not found. · Updated 2013-09-04 17:11:02 +00:00    greg

20
9

ef3bc102f2 · Replace all enif implementations of mutexes and conditions with their POSIX pthread equivalent on the theory that we don't want to be bumping heads with the Erlang runtime. · Updated 2013-08-02 18:20:04 +00:00    greg

29
3

cce163db9f · Fix potential to use uninitialized value when branching. · Updated 2013-07-27 00:08:49 +00:00    greg

40
0
#10 Merged

ef281a0c44 · WIP: cleanup a few things. · Updated 2013-07-18 17:06:15 +00:00    greg

53
3

bc0f5dbfc7 · Evict older half of items in the cache by removing items from the end of the list, don't waste cycles computing timestamps. · Updated 2013-07-03 02:23:32 +00:00    greg

55
0
#9 Merged

8e1e1b192d · Allow clients of async_nif to set the number of concurrent workers. · Updated 2013-05-16 15:18:32 +00:00    greg

85
1

6b393ac47c · Keep allocated req and ErlNifEnv around for reuse rather than re-alloc'ing them on each request should save us some overhead on the hot path. · Updated 2013-04-25 15:30:11 +00:00    greg

102
0
#8 Merged

8772d39663 · WIP: use atoms to speed up hash lookup of shared cursors. · Updated 2013-04-24 14:15:46 +00:00    greg

105
1

46243ff54a · Remove debug compiler flags. · Updated 2013-04-23 19:00:44 +00:00    greg

109
0
#7 Merged

6c74c825e4 · Avoid calling a process that may have already exited. · Updated 2013-04-20 17:30:09 +00:00    greg

116
0
#6 Merged

e3219ff2c5 · Add linker flags so that shared libraries are found relative to either the wterl layout or the Riak layout. · Updated 2013-03-29 02:21:36 +00:00    greg

190
0
Included

1d6dfee192 · Cache sizing is critical for performance. This change guesses at a · Updated 2013-03-14 17:27:59 +00:00    greg

218
0
#5 Merged

e4b3acbd11 · Share per-table cursors for get/put/delete operations. · Updated 2013-03-13 21:27:00 +00:00    greg

220
0
#4 Merged

021dcb10f5 · Build from source pulled from a specific branch on GitHub for "basho" · Updated 2013-03-12 21:16:15 +00:00    greg

222
0
#3 Merged

169a9663b2 · Set a lower bound for session_max to 1024 (which is a guess) or 2x · Updated 2013-03-12 14:29:33 +00:00    greg

227
11

f224c61b7a · Add some more depth to the targets. · Updated 2013-03-07 21:03:30 +00:00    greg

227
0
#2 Merged

264d189947 · Update defaults · Updated 2012-12-04 19:29:07 +00:00    greg

231
15
#1 Closed