bmatsuo / lmdb-go

Bindings for the LMDB C library
BSD 3-Clause "New" or "Revised" License
156 stars 58 forks source link

lmdbsync: investigate use of golang.org/x/net/context #51

Closed bmatsuo closed 8 years ago

bmatsuo commented 8 years ago

The hand-rolled Bag implementation is a little silly. And it may be bloating the implementation too much. I will put a simple branch together that relies on context.Context.

At some point this is going to get pulled into the stdlib. And it won't be under a "net" prefix.