Abacn commented on code in PR #39047: URL: https://github.com/apache/beam/pull/39047#discussion_r3509547178
########## sdks/python/apache_beam/coders/coder_impl.pxd: ########## @@ -135,7 +135,6 @@ cdef class TimestampCoderImpl(StreamCoderImpl): cdef list small_ints cdef class VarIntCoderImpl(StreamCoderImpl): - @cython.locals(ivalue=libc.stdint.int64_t) Review Comment: We even had dedicated micro-optimization for its Java counterpart: #29689 -- 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]
