tqchen commented on PR #609: URL: https://github.com/apache/tvm-ffi/pull/609#issuecomment-4636669515
thanks @Seven-Streams some quick notes: - i think we should be able to look up type_index = lookup_type_index(type_key); per type which makes it faster than the global hash map - We might be able to update https://github.com/apache/tvm-ffi/blob/main/rust/tvm-ffi-macros/src/object_macros.rs to generate some type index fetch related bolier plate -- 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]
