Hi, Yesterday I merged optimizations for tx update operations working single key, got ~7% improvement in tx-put benchmark.
And today I finished to implement optimization for cache 'get' operation with single key. Got another benchmark results improvements: ~10% with atomic-put-get, ~5% with tx-put-get. Need to verify TC and hopefully will merge these changes tomorrow.