Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sshine
on July 24, 2025
|
parent
|
context
|
favorite
| on:
I wasted weeks hand optimizing assembly because I ...
I worked with low-latency trading with C# in the hot path; they had started with C++ and eventually migrated to C# and just kept tight control of allocations.
Later they’d go back to using C++ for training deep neural nets.
pjmlp
on July 25, 2025
[–]
To avoid going back to C++, is exactly the reason why modern .NET has native support for tensors and various SIMD flavours.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Later they’d go back to using C++ for training deep neural nets.