Skip to content

Conversation

@weiji14
Copy link
Member

@weiji14 weiji14 commented Nov 22, 2025

In the python decode_async method, change from LIFO (Last-In-First-Out) to FIFO (First-In-First-Out) for task execution.

Would be good if there were some benchmarks to compare 🙂 Edit: setting them up at #139.

Fixes #41

@weiji14 weiji14 self-assigned this Nov 22, 2025
@weiji14 weiji14 mentioned this pull request Nov 22, 2025
2 tasks
@weiji14 weiji14 changed the title Change from LIFO to FIFO ordering for tile decoding perf: Change from LIFO to FIFO ordering for tile decoding Nov 22, 2025
@github-actions github-actions bot added the perf label Nov 22, 2025
@kylebarron
Copy link
Member

This looks great! Feel free to mark as ready for review when ready.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use FIFO instead of LIFO ordering for tile decompression?

3 participants