wterl/c_src
Gregory Burd 2ddf0da53e Use malloc/free rather than enif_alloc/enif_free so as to avoid BEAM allocator
overhead (bytes and time).  Create static references to commonly used Erlang
atoms to avoid overhead re-creating them on each request cycle.
2013-08-21 12:20:19 -04:00
..
async_nif.h Use malloc/free rather than enif_alloc/enif_free so as to avoid BEAM allocator 2013-08-21 12:20:19 -04:00
build_deps.sh Update to latest release of WiredTiger. Also, make sure Snappy builds before WiredTiger. 2013-08-21 12:16:24 -04:00
common.h Update debugging messages a bit. Fix a bug in the signature function. 2013-06-18 13:49:25 -04:00
queue.h Evict older half of items in the cache by removing items from the end of the list, don't waste cycles computing timestamps. 2013-07-02 22:23:32 -04:00
snappy-1.0.4.tar.gz bzero isn't portable, use memset instead. Include bzip2 and snappy source for use by WT block compression 2013-04-14 21:23:57 +00:00
wiredtiger-build.patch Because the build decends into the ext/compressors/snappy directory the 2013-08-21 12:17:18 -04:00
wterl.c Use malloc/free rather than enif_alloc/enif_free so as to avoid BEAM allocator 2013-08-21 12:18:24 -04:00