0 Collaborator |
179bae5f16901945ab66d7c2d9088dc4282281c4 | Author: Dima <hummerd@mail.ru> | 2020-12-15 17:39:51+03:00 Do not allocate extra bytes in unmarshalUUID (#1505) If unmarshalUUID called with value of type gocql.UUID, we already have allocated bytes for UUID, so do not allocate extra UUID, but just copy data to value. Also add ability to unmarshal directly to array of 16 bytes.
5913df4d474e0b2492a129d17bbb3c04537a15cd | Author: Dima <hummerd@mail.ru> | 2020-10-24 18:46:41+03:00 Avoid creating extra goroutines on nextIter (#1496)