Y
Hacker News
new
|
ask
|
show
|
jobs
by
mhh__
1090 days ago
You say this as if memory allocation in general isn't extremely slow.
2 comments
kasey_junk
1090 days ago
For trading systems that are still software based they absolutely do not allocate or reclaim on the hot path for this reason.
link
infamousclyde
1089 days ago
"That are still software based" is interesting. Are there hardware-based trading systems?
link
kasey_junk
1088 days ago
Yes. The fastest systems are asic or fpga based. They typically never leave the router.
link
infamousclyde
1089 days ago
I guess my presumption was that algorithmic trading was a very tight feedback loop, with as many controlled variables (i.e., GC) as possible, so I think it just subverted some of my misplaced expectations.
link