Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
a_t48
on July 9, 2024
|
parent
|
context
|
favorite
| on:
C++ patterns for low-latency applications includin...
Obviously the correct way is to accept a templated type and use perfect forwarding. /s /s /s /s /s
worstspotgain
on July 9, 2024
[–]
Bonus points for using static_cast<T &&>(p) instead of std::forward<T>(p) ;)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: