Commit d88c3e7
committed
docs(Echo): enhance performance contribution guidelines and roadmap
- Added prominent 'Call for Contributions' section in README with categorized optimization tasks
- Updated TODO.md with detailed performance challenges aligned with Echo's role in Tauri IPC layer
- Structured contribution levels (Quick Wins/Architectural/Expert/Advanced) to guide community involvement
These changes directly support Land's architecture by:
1. Strengthening Echo's scheduler performance critical for Mountain-Wind communication
2. Providing clear pathways to optimize IPC workloads affecting editor responsiveness
3. Aligning with recent scheduler refactors (work-stealing, API exposure) from commit history
4. Maintaining focus on resource efficiency across Rust/TS boundaries
Refs #0f25c85, #6d265a01 parent 0f25c85 commit d88c3e7
2 files changed
Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
211 | 232 | | |
212 | 233 | | |
213 | 234 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
0 commit comments