Alexander Tulchinskiy

Results 7 comments of Alexander Tulchinskiy

Right now output is different (with 15 allocs): ``` $ go test -bench BenchmarkClientSerialTyped -benchmem BenchmarkClientSerialTyped-8 13958 77821 ns/op 920 B/op 15 allocs/op ``` Here are all allocations: 1) In...

Updated list of all 15 allocations: 1) 2 allocations for creating a channel here https://github.com/tarantool/go-tarantool/blob/d8df65dcd0f29a6a5d07472115cbcf2753b12609/connection.go#L879 2) 1 allocation while passing an argument to a goroutine function https://github.com/tarantool/go-tarantool/blob/d8df65dcd0f29a6a5d07472115cbcf2753b12609/connection.go#L882 3) 1 allocation...

Right now only `utube` is fixed. `utubettl` will follow soon.

Added fix for `utubettl` in a different commit.

Updated the code according to comments. Added links to the new issue https://github.com/tarantool/queue/issues/230 about implementing new storage modes for `vinyl` engine.

Updated the code according to the comments.

Updated the code according to comments.