Commit graph

9 commits

Author SHA1 Message Date
Gregory Burd
04784be0df Merge remote-tracking branch 'origin/master' into gsb-finish-lmdb-api
Conflicts:
	c_src/async_nif.h
	src/async_nif.hrl
2013-09-17 14:40:36 -04:00
Gregory Burd
0c98a25ade Update async_nif to latest version. 2013-09-17 13:23:31 -04:00
Gregory Burd
adf976cdb3 WIP: started impl of begin_txn when I noticed that LMDB uses thread-local storage which is hard to map given the async_nif model, stalled out while considering what to do next. 2013-08-06 09:49:49 -04:00
Gregory Burd
6c1c27a51a WIP: adding more of the API. 2013-08-05 12:45:43 -04:00
Gregory Burd
b0680972a5 Merge remote-tracking branch 'origin/master' into gsb-finish-lmdb-api
Conflicts:
	c_src/common.h
	c_src/lmdb_nif.c
	c_src/stats.h
	src/lmdb.erl
2013-07-05 08:18:15 -04:00
Gregory Burd
85295c7890 Update to latest async_nif code. 2013-07-04 20:52:20 -04:00
Gregory Burd
c49213cbe6 WIP: slowly adding more LMDB API on the C/NIF side 2013-05-21 07:32:34 -04:00
Gregory Burd
47a17d15f1 WIP: implemented the Erlang portion of the NIF required to suport the entire LMDB API, next up is the native C code. 2013-05-20 09:49:58 -04:00
Gregory Burd
08cefd40dd Renamed files/API/etc from emdb to lmdb. 2013-05-19 07:25:35 -04:00
Renamed from c_src/emdb.c (Browse further)