forked from EXTERNAL/bareiron
17 lines
726 B
Markdown
17 lines
726 B
Markdown
---
|
|
name: Optimization idea
|
|
about: Suggest a potential memory or performance optimization.
|
|
title: 'Optimization: '
|
|
labels: optimization
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the optimization:**
|
|
A clear and concise description of the optimization you wish to implement or see implemented.
|
|
|
|
**Explain why this feature is necessary:**
|
|
A clear and concise explanation of the effects of this optimization, and why it is important. Please remember that this project's priorities are **memory first, performance second**. If your suggestion requires compromising memory usage for performance, make a case for why the tradeoff is worth it.
|
|
|
|
**Are you planning on implementing this yourself? If so, explain the approach you intend to take:**
|