• Steven Allen's avatar
    share the buffer pool. · 9f79cbcd
    Steven Allen authored
    Before, we were copying it (dangerously, locks and stuff), into every writer.
    Now, we share it (like we should...).
    
    note: I'm not even sure if we should be using buffer pools (the allocator may be
    faster in this case) but that's another issue.
    9f79cbcd
rw.go 5.97 KB