Skip to content
Snippets Groups Projects
Unverified Commit a7ab30c3 authored by Alex Saveau's avatar Alex Saveau Committed by GitHub
Browse files

Optimize out allocations as much as possible (#27)

Fix double-boxing by removing the `IntoBoxDynTweenable` trait and the impl of
`Tweenable<T>` for `Box<dyn Tweenable>`, and instead using some `From`
conversion implemented per concrete type.
parent fa782cf0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment