1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-31 08:12:07 +01:00
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
..
2019-06-22 09:02:17 +06:00
2019-03-28 03:56:52 -07:00
2018-12-09 19:55:40 -08:00
2019-03-13 08:41:26 +01:00
2019-06-22 09:02:17 +06:00