Closed wcampbell0x2a closed 6 months ago
This fixes most performance issues where the rustc compiler in different version with different parameters didn't inline several functions, both generated and impl'ed in deku.
impl
See https://github.com/wcampbell0x2a/deku-bench/pull/6 for benchmarks. Speaking of which I will probably add these benchmarks directly into this project at some point.
I actually opened a ticked for rust-lang, since the nightly changes regressed the performance of this crate, until this commit was added: https://github.com/rust-lang/rust/issues/118674
rust-lang
This might removed the need for testing: https://github.com/sharksforarms/deku/issues/358, and discussed with https://github.com/sharksforarms/deku/issues/308#issuecomment-1532593054.
See https://github.com/sharksforarms/deku/issues/25
@sharksforarms rebased, should be good now
This fixes most performance issues where the rustc compiler in different version with different parameters didn't inline several functions, both generated and
impl
'ed in deku.See https://github.com/wcampbell0x2a/deku-bench/pull/6 for benchmarks. Speaking of which I will probably add these benchmarks directly into this project at some point.
I actually opened a ticked for
rust-lang
, since the nightly changes regressed the performance of this crate, until this commit was added: https://github.com/rust-lang/rust/issues/118674This might removed the need for testing: https://github.com/sharksforarms/deku/issues/358, and discussed with https://github.com/sharksforarms/deku/issues/308#issuecomment-1532593054.
See https://github.com/sharksforarms/deku/issues/25