actix-net/actix-rt
Jeff Muizelaar 9271b95c87 Avoid a copy of the Future when initializing the Box. (#29)
Future's can be pretty big (> 1500 bytes) so this probably worth doing.

I confirmed with memcpy-find that this did infact eliminate two ~1500
byte copies from the actix-web basic example.
2019-07-17 10:29:22 +06:00
..
src Avoid a copy of the Future when initializing the Box. (#29) 2019-07-17 10:29:22 +06:00
CHANGES.md prepare rt release 2019-06-22 09:02:17 +06:00
Cargo.toml Avoid a copy of the Future when initializing the Box. (#29) 2019-07-17 10:29:22 +06:00
LICENSE-APACHE Include license files into all sub-crates 2019-05-30 20:38:44 +02:00
LICENSE-MIT Include license files into all sub-crates 2019-05-30 20:38:44 +02:00