Bryan Matsuo
Bryan Matsuo
@opsec it seems like the lines in question have been modified in more recent versions of LMDB (current is 0.9.16, gomdb is at 0.9.14). I'm not positive but it looks...
I got a chance to test compiling my package (LMDB 0.9.16) on OS X 10.9.5 and most of the warnings are gone. Only the last one remains (and the accompanying...
I opened #31 to make nested transactions safer and warn about unsafe behavior as I described in the first bullet above. I think the next think to do is write...
I did attempt to put together a multi-threaded example which could produce 'unexpected' results. I was not able to do so in the ~hour I gave myself. But as you...
@szferi ping. can you take a look at this?
Ok :smile: Just wanted to make sure you saw it.
Hrm. I'm not sure I agree. Though I'm not entirely sure what you mean by long-lived. I don't know how nsq uses (used?) this package. Now you have me thinking...
Figured I would chime back in here with an update. I still don't have a very good way of exposing a Reset API in this package. Although there is one...
Defining interfaces is an option. Though two interfaces would need to be defined, `ReadResetter` and `WriteResetter`. I wasn't sure if your second comment was an acknowledgement of that. I imagine...
That sounds pretty reasonable to me, @mreiferson. I think this is good time to do such a thing. At this point my list of desired changes is pretty static. I've...