DioxusLabs / DioxusLabs/blitz

Tracking: Optimizations

Open
#255 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
4.1k
Forks
203
Avg merge
8h 58m
Merged PRs (30d)
112

Description

## Optimizations

This issue tracks improvements that target resource usage: cpu, memory, binary size, etc.

### Performance
- [x] Optimise style diffing (ptr comparisons)
- [x] DOM "event presence" optimisation (bitmap?)
- [ ] Paint culling for non-root-viewport
- [ ] Limit damage to formatting context where appropriate
- [ ] Make use of REPAINT damage (don't repaint if no damage)

### Memory usage
- [ ] Stop using `taffy::Style`
- [ ] Fix known memory leaks
- [ ] Anonymous nodes
- [x] Parley font names

### Binary size
- [ ] Port resvg to fontations

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.