Skip to content

[WIP] Refactor JPEG 2000 compression and decompression for performance#184

Closed
osamu620 with Copilot wants to merge 1 commit into
mainfrom
copilot/refactor-jpeg2000-pipeline
Closed

[WIP] Refactor JPEG 2000 compression and decompression for performance#184
osamu620 with Copilot wants to merge 1 commit into
mainfrom
copilot/refactor-jpeg2000-pipeline

Conversation

Copilot AI commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

Cloud agent has begun work on Read the attached PD... and will update this pull request as work progresses.

Original prompt

Read the attached PDF to understand the memory efficient push/pull pipeline for JPEG 2000 compression/decompression. The idea is to exploit the fact that the multi-component transform, spatial wavelet transform and block coding processes can all be performed incrementally. Please read carefully section 3, 4, and 5. With the clear understanding of this paper, please plan for refactoring the current code to improve the end-to-end processing speed including both encodding and decoding. The speed should be firstly measured in single threaded environment, then should be measured in multi-threaded environment. Please use SIMD technologies for both intel SSE/SSE2/SSE3/SSE4/AVX2/AVX512 and ARM NEON as much as possible to make the cod faster!

Created from VS Code.


📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

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