proost opened a new pull request, #92:
URL: https://github.com/apache/datasketches-go/pull/92

   I found that encoding v4 logic bit more simpler. so i clean little bit.
   
   And Encoder, Decoder uses value receiver. No difference logic, but pointer 
receiver uses tiny less memory. because current value receiver uses 
24bits(16bits for pointer, 1bit for bool, 7bits for padding) 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to