fetch and delete may be passed destination buffer
commit3107a78110309a203b0c2ef7cc4cd9d18d294a46
authorEric Wong <e@yhbt.net>
Mon, 17 Jan 2011 03:05:42 +0000 (17 03:05 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 17 Jan 2011 08:28:47 +0000 (17 08:28 +0000)
tree470795dcd99d3f90af83d83549f1796e5a4fc019
parent069d047d3dcb0eefe59babbd295cfee922aa1476
fetch and delete may be passed destination buffer

This allows apps to reduce GC thrashing by reusing
a string buffer.
ext/tdb/tdb.c
test/test_tdb.rb