You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! One thing I'm missing is VarInt support. I currently implemented support for this as follows using varint library. It does not comply to current code standards, and I had no time to adapt to them - that's why I wrote this dirty implementation and no PR.
Also, your readOffset is private (not protected) so I cannot easily extend, thus as any cast in read function.
WDYT about adding support for that style of integers into SmartBuffer?
Hey! One thing I'm missing is VarInt support. I currently implemented support for this as follows using varint library. It does not comply to current code standards, and I had no time to adapt to them - that's why I wrote this dirty implementation and no PR.
Also, your
readOffset
isprivate
(notprotected
) so I cannot easily extend, thusas any
cast inread
function.WDYT about adding support for that style of integers into
SmartBuffer
?The text was updated successfully, but these errors were encountered: