Skip to content

Conversation

@pvrraju
Copy link

@pvrraju pvrraju commented Sep 5, 2025

PR replaces nested list pre-allocation with NumPy arrays for tiles. The change:

  1. Uses np.empty(shape, dtype=object) instead of nested list comprehensions
  2. Updates array access pattern from tiles[i][j][k] to tiles[i, j, k]
    These changes improve code readability and may provide a slight performance enhancement.

@alxmrs
Copy link
Contributor

alxmrs commented Sep 11, 2025

I think your commit history is a bit polluted -- it looks like you have the lazy loading PR here also. Mind cleaning that up before I provide a review?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants