- Add UTF8 encoding option for multishot read.
- Implement
OpCtx
as wrapper for op specs. This removes the need to callrb_hash_aref
upon completion (except for pulling the ctx from thepending_ops
hash), leading to a significant performance improvement.
- First working version.