chaokunyang opened a new issue, #1521: URL: https://github.com/apache/incubator-fury/issues/1521
## Is your feature request related to a problem? Please describe. Currently python use one byte for flagging whether write class by id or by string. This flag took one byte, which is costly. ## Describe the solution you'd like concat class id with flags to reduce python class write size ## Additional context -- 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]
