chinmay-bhat opened a new pull request, #787: URL: https://github.com/apache/iceberg-python/pull/787
Closes #595. - add lru_cache() to manifests() - static method to avoid memory leaks I'm inclined to remove FileIO from the cache key as there's no significant difference in time taken to run manifests() with or without FileIO. ``` with io, first run. time : 0.005860090255737305 with io, second run. time: 9.5367431640625e-07 without io, first run. time : 0.007040977478027344 without io, second run. time: 9.5367431640625e-07 ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org