Skip to content

Commit

Permalink
Speedup in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-t committed May 28, 2023
1 parent 19c2be9 commit edd5d1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ This is a shared changelog for all projects in this repo:
## Cvars-macros unrelased

- **Breaking change:** `cvars!` no longer adds `#[derive(Debug, Clone)]` to the generated struct. This might improve compile times with a large (~10k) number of cvars.
- Reduce the amount of code generated per-cvar:
- Recompile speedup after editing cvars: 10.5s -> 3.5s for 1k cvars (3x faster)
- Recompile speedup after editing other code: 700ms -> 450ms for 1k cvars (1.5x faster)

## Cvars v0.3.2 - 2023-02-08

Expand Down

0 comments on commit edd5d1b

Please sign in to comment.