mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +00:00
a7930ffcaa9fb39a441d2bb2674d5ba0a6749da7
1. Replace the completion promise<> with a custom deleter class; this is lighter weight, and we don't really need the destructor to be executed by the scheduler. 2. Add lots of consuctors for composing packets from existing packet, by appending or prepending packets 3. Over-allocate in some cases to accomodate for the common practice of prepending protocol headers.
Description
No description provided
Languages
C++
72.7%
Python
26.1%
CMake
0.3%
GAP
0.3%
Shell
0.3%