LWN: Comments on "Networking and high-frequency trading" https://lwn.net/Articles/914992/ This is a special feed containing comments posted to the individual LWN article titled "Networking and high-frequency trading". en-us Sat, 01 Nov 2025 09:08:03 +0000 Sat, 01 Nov 2025 09:08:03 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net High-frequency trading considered harmful https://lwn.net/Articles/918107/ https://lwn.net/Articles/918107/ Wol <div class="FormattedComment"> Well, the British Empire was so successful because, again, it was business over ideology. Pretty much all of Imperial Expansion was driven by trade - the Pax Britannica ... and it was ended when we lost WWI which - as a trade war - was won by the US (and started as a trade war between Germany and Britain?)<br> <p> (And no Germany did not actually start WWI. It was started by Austria, and Germany got dragged in as an unwilling participant.)<br> <p> Cheers,<br> Wol<br> </div> Sat, 17 Dec 2022 11:03:04 +0000 High-frequency trading considered harmful https://lwn.net/Articles/918085/ https://lwn.net/Articles/918085/ marcH <div class="FormattedComment"> I recommend "Butler to the World: How Britain Became the Servant of Tycoons, Tax Dodgers, Kleptocrats and Criminals". I didn't read the book, only listened to the author presenting in some podcast and it was enlightening.<br> <p> The Western world used to colonize the rest of the world by force. Now we got much, much smarter: we let _local_ oligarchs and dictators do the work and then we just take their money because of course they don't trust their own, much more corrupt country to keep it safe. They know it too well.<br> <p> Business over ideology: isn't that how the Roman Empire lasted 1000 years? Hitler tried to build his empire the other way round and he lasted less than 10 years. Poor thing.<br> </div> Sat, 17 Dec 2022 04:11:26 +0000 High-frequency trading considered harmful https://lwn.net/Articles/917990/ https://lwn.net/Articles/917990/ ssmith32 <div class="FormattedComment"> If UBS is anything to go by, the Swiss shouldn't be praised for their regulation of financial markets. And the Chinese market is worth whatever Xi wants it to be: c.f. Ma &amp; Ant. It's only as sane as the paramount leader is on that particular day.<br> <p> HFT and the US market have major issues, but they certainly shouldn't be looking to the Swiss (bankers for *actual* oligarchs), and definitely not the Chinese market.<br> <p> And even if it's misdirection, I'll take the fixes to the kernel - as long as they pay to make it happen. Even hedgies need to pay up for someone with actual skills now &amp; again ;)<br> </div> Fri, 16 Dec 2022 07:31:15 +0000 Networking and high-frequency trading https://lwn.net/Articles/916717/ https://lwn.net/Articles/916717/ 22SAS <div class="FormattedComment"> Solarflare is the industry standard. Most firms are using one of ef_vi, TCP Direct, or onload.<br> </div> Fri, 02 Dec 2022 20:36:39 +0000 Networking and high-frequency trading https://lwn.net/Articles/916716/ https://lwn.net/Articles/916716/ 22SAS <div class="FormattedComment"> Not all systems use FPGA's, and even FPGA's are constrained to doing certain things. A lot of the stuff is still software based.<br> </div> Fri, 02 Dec 2022 20:35:04 +0000 Networking and high-frequency trading https://lwn.net/Articles/916715/ https://lwn.net/Articles/916715/ 22SAS <div class="FormattedComment"> I work in the industry, at one of the other firms. While this is correct that solutions are mostly using NIC's with vendor supplied kernel bypass libraries, not all system use this solution. Systems that are supposed to be as fast as possible will be using this solution, however, not all applications will require that level of latency. Some applications need to be fast and not that fast, and tuning the kernel's network stack is useful in those cases. <br> <p> Not all teams will be building sub-microsecond/nanosecond latency systems. The author of that presentation could be on one of those teams.<br> </div> Fri, 02 Dec 2022 20:32:18 +0000 Networking and high-frequency trading https://lwn.net/Articles/916558/ https://lwn.net/Articles/916558/ jepsis <div class="FormattedComment"> It's amazing WireGuard still has not been fixed. There was a patch for isolated cpus in April but nothing has happened since then and therefore WireGuard still violates kernel behaviour. At minimum WireGuard should make visible in its documentation and Kconfig that it is not compatible with isolcpus.<br> </div> Fri, 02 Dec 2022 07:28:53 +0000 Networking and high-frequency trading https://lwn.net/Articles/916473/ https://lwn.net/Articles/916473/ donbarry <div class="FormattedComment"> This preposterous way of organizing the world's productive labor really leads to absurdities. <br> <p> Several companies have been planning undersea cable routes through the Arctic Ocean and the Northwest Passage to connect Asia to Europe, most particularly Japan's stock market with London's. It's not that there's a lack of *bandwidth* that drives these, it's purely latency. <br> <p> London-Tokyo latency would be reduced by about 60 milliseconds with these cables, if the political knots manage to get untied. The cost? About $1.5 billion.<br> <p> <p> </div> Thu, 01 Dec 2022 17:57:56 +0000 Networking and high-frequency trading https://lwn.net/Articles/916393/ https://lwn.net/Articles/916393/ marcH <div class="FormattedComment"> Thanks, I was wondering about exactly that.<br> <p> So in a nutshell they want to have both their cake: highest average performance as possible and eat it: somewhat bounded/predictable latency like a real-time OS would provide.<br> <p> The word "greedy" keeps coming to me, not sure why :-)<br> <p> <p> </div> Thu, 01 Dec 2022 01:39:37 +0000 Networking and high-frequency trading https://lwn.net/Articles/916253/ https://lwn.net/Articles/916253/ opalmirror Excellent description. In real-time, the attempt to bound latency adds additional record-keeping and accounting overhead at the lowest levels, which comes at the expense of throughput and CPU and memory cycles. HFT sounds like it optimizes certain paths for highest performance (shortest run time), a very different optimization problem than ensuring high-level algorithms have adequate compute and I/O resources they need to complete algorithms before a particular clock deadline. Wed, 30 Nov 2022 00:18:49 +0000 Networking and high-frequency trading https://lwn.net/Articles/916206/ https://lwn.net/Articles/916206/ marcH <div class="FormattedComment"> The purpose of "real time" is bounded latency. A scheduler is only one part of the picture.<br> </div> Tue, 29 Nov 2022 15:49:40 +0000 Networking and high-frequency trading https://lwn.net/Articles/916066/ https://lwn.net/Articles/916066/ mathstuf <div class="FormattedComment"> I don't know that a task defined as "leech money from the system" isn't composed of smaller components that might warrant scheduling against each other.<br> </div> Mon, 28 Nov 2022 13:46:18 +0000 Networking and high-frequency trading https://lwn.net/Articles/916057/ https://lwn.net/Articles/916057/ jem <div class="FormattedComment"> <span class="QuotedText">&gt;Predictable latency, jitter and pretty much everything else screams real-time OS yet "real-time" is never mentioned once... how come?</span><br> <p> The term "real-time OS" refers to real-time scheduling, i.e. prioritizing some tasks so that processing is guaranteed to meet some timing constraints. I guess the HFT systems run only one task, so there is no scheduling.<br> </div> Mon, 28 Nov 2022 09:19:31 +0000 Networking and high-frequency trading https://lwn.net/Articles/916034/ https://lwn.net/Articles/916034/ marcH <div class="FormattedComment"> Forgot to share this great paper, sorry for the noise: <a href="https://bravenewgeek.com/everything-you-know-about-latency-is-wrong/">https://bravenewgeek.com/everything-you-know-about-latenc...</a><br> </div> Sat, 26 Nov 2022 21:53:00 +0000 Networking and high-frequency trading https://lwn.net/Articles/916033/ https://lwn.net/Articles/916033/ marcH <div class="FormattedComment"> Predictable latency, jitter and pretty much everything else screams real-time OS yet "real-time" is never mentioned once... how come?<br> <p> Disclaimer: I could not find the slides and the "video" link seems not active yet:<br> <a href="https://netdevconf.info/0x16/session.html?The-Anatomy-of-Networking-in-High-Frequency-Trading">https://netdevconf.info/0x16/session.html?The-Anatomy-of-...</a><br> <p> There's another thing surprisingly missing: DPDK.<br> <p> <span class="QuotedText">&gt; Being able to use standard Ethernet equipment throughout the network would be worthwhile from a maintenance and cost standpoint as well.</span><br> <p> Competing standards and unnecessary duplication of efforts have always been harmed customers and profited vendors but there's only so much "convergence" you can get. Sure, much cheaper and common equipment totally not designed for real time and/or latency is... cheaper. What a surprise?<br> <p> I'm not familiar with them but there are examples of industries re-using the "good parts" of Ethernet (= the parts that are predictable) and replacing the "bad" ones, here's one:<br> <a href="https://en.wikipedia.org/wiki/Avionics_Full-Duplex_Switched_Ethernet">https://en.wikipedia.org/wiki/Avionics_Full-Duplex_Switch...</a><br> <p> There's probably one for cars as well.<br> <p> </div> Sat, 26 Nov 2022 21:40:39 +0000 High-frequency trading considered harmful https://lwn.net/Articles/916001/ https://lwn.net/Articles/916001/ Wol <div class="FormattedComment"> <span class="QuotedText">&gt; &gt; HFT also gives a lot of liquidity to the markets, which is necessary.</span><br> <p> <span class="QuotedText">&gt; That's complete BS and you know it. The real economy needs liquidity but not measured in thousands of transactions per second.</span><br> <p> Liquidity is only needed if you want to use the markets as a gambling den. I hesitate to use the word "properly", but if you're using the markets to store your savings (like pensions, etc) the LAST thing you want is liquidity, and its friend volatility.<br> <p> You want stodgy, old-fashioned, income stocks that just generate a steady stream of money, and the value of the stocks themselves be damned.<br> <p> The problem with liquidity, and all this trading, and all that crap, is that stodgy, old-fashioned income stocks become the target of speculation, get taken over by vultures, stripped and the carcasses are left to collapse. All that survives is the name, which gets bought by a company with a far saner market structure (the Swiss come to mind, as do the Chinese), and all we get left with from what was a fine old Anglo-American company is a bunch of rich oligarchs, a load of pension funds in critical care because the company no longer exists, and a load of ex employees with no job and no pension.<br> <p> And I hate to say it, but when you look at the news coming out of America with Democrats and Republicans talking past each other without hearing, when you look at what's happening over here with middle-class professions like nurses going on strike because they can't afford to live, I think democracy itself could be in serious trouble in the not-too-distant future if we don't do something fast. And a tipping-point climate shock could very easily bring the western house of cards crashing down. Oh well. I think the world, and humanity in small part, will have no trouble surviving. It's just that if Western Civilisation doesn't, most of us in said "Civilisation", won't survive either ...<br> <p> Cheers,<br> Wol<br> </div> Sat, 26 Nov 2022 12:36:16 +0000 High-frequency trading considered harmful https://lwn.net/Articles/915963/ https://lwn.net/Articles/915963/ Wol <div class="FormattedComment"> <span class="QuotedText">&gt; A friend working on HFT once described his job as: "stealing your pension". I'm not making this up.</span><br> <p> Daytraders - good ones at least - would describe what they do in exactly the same terms.<br> <p> Let's take an example - Pilkingtons Glass. Was planning to move their listing from London to ?Den Haag. Had they done so, all the big FTSE index linked stocks would have had to dump large holdings, causing the price to seriously implode, and causing lots of damage to the funds. Funds your and my pension is invested in. You make money (short term) in the stock market by predicting what's going to happen, and that was a very easy prediction.<br> <p> And it's all driven by stupid legislation. A very recent example is the bond market debacle where the Bank Of England was buying bonds like they were going out of fashion. Trying to shore up the price to stop insurance companies (and hence pension funds) going technically bankrupt. If I've promised to give you £1000 in 5 years time, and I have gilts with a face value of £1000 and a redemption date in 5 years time, your money is (barring government default) safe. So why on earth are you worried about ANY gyrations in today's bond values? But because the government says I need £1000 of assets - at today's values! - to cover my 5yr debt, I can be bankrupted today for a debt I can easily repay when it comes due.<br> <p> Oh - and I nearly lost my pension because of pretty much EXACTLY that silliness ... (and that would have been nearly 20 years ago...)<br> <p> Cheers,<br> Wol<br> </div> Fri, 25 Nov 2022 12:23:43 +0000 High-frequency trading considered harmful https://lwn.net/Articles/915961/ https://lwn.net/Articles/915961/ smurf <div class="FormattedComment"> Well, you won't ever see overlapping bid/ask. The exchange never adds an "overlapping" order to the order book – it executes the trade instead.<br> <p> <span class="QuotedText">&gt; How much of this liquidity provision</span><br> <p> IMHO there is no proof whatsoever that HFT adds any liquidity to the market in the first place. On the other hand, AFAIK nobody seriously disagrees with the assertion that it does add a fair amount of volatility and instability.<br> </div> Fri, 25 Nov 2022 12:06:38 +0000 High-frequency trading considered harmful https://lwn.net/Articles/915956/ https://lwn.net/Articles/915956/ paulj <div class="FormattedComment"> How much of HFT is about seeing overlapping bids and asks, and being fast enough to interpose oneself into the trade and buy the ask and sell to the bid before the actual bidder and asker can do so - thereby 'stealing' a little margin that would otherwise have gone to one of the original parties? <br> <p> How much of this liquidity provision concerns trades that would have happened at the same - or better - price if the markets involved rate-limited or slot-limited trading?<br> </div> Fri, 25 Nov 2022 10:34:37 +0000 High-frequency trading considered harmful https://lwn.net/Articles/915952/ https://lwn.net/Articles/915952/ marcH <div class="FormattedComment"> <span class="QuotedText">&gt; HFT also gives a lot of liquidity to the markets, which is necessary.</span><br> <p> That's complete BS and you know it. The real economy needs liquidity but not measured in thousands of transactions per second.<br> <p> HFT is pure speculation siphoning money away from the real economy based on the now universal principle "too rich to pay taxes". Even a minuscule per transaction tax (even much smaller than in the real economy) would put an immediate stop to it. HFT is merely exploiting a tax loophole.<br> <p> A friend working on HFT once described his job as: "stealing your pension". I'm not making this up.<br> <p> <p> <p> <p> </div> Fri, 25 Nov 2022 08:20:13 +0000 High-frequency trading considered harmful https://lwn.net/Articles/915875/ https://lwn.net/Articles/915875/ smurf <div class="FormattedComment"> Trade fees are ludicrously low. There's no fee or limit on adding nonsense orders to the order books, much less using them to probe what the exchange and/or the other HFTs may or may not be up to.<br> <p> Also, nobody has yet managed to explain why such liquidity must necessarily occur in microseconds instead of, say, seconds. Or even minutes. "I make money by arbitraging between Frankfurt, London and NYC one millisecond faster than the other guy" (don't see many gals in that space …) is not an endeavor that should be rewarded in a sane economic system IMHO, and I for one won't spend any effort to help those people make even more play money.<br> <p> Worse: said play money doesn't grow on trees. Ultimately, it's siphoned off from all those who think owning a couple stocks is a good idea but don't have the $$$ to participate in the HFT game. You want to buy for $10 and sell for $20? not if the HFT thing notices. It'll buy for 10.01 and sell for 19.99, leaving $.02 margin for you instead of $10.<br> <p> Yes I'm exaggerating, and I skipped a couple of levels between the retail stock owner and the HF trader, but WAY not as much as I wish I were.<br> </div> Thu, 24 Nov 2022 12:16:48 +0000 High-frequency trading considered harmful https://lwn.net/Articles/915873/ https://lwn.net/Articles/915873/ ghostbar <div class="FormattedComment"> There's already a tax on trades, it's called trade fee.<br> <p> HFT also gives a lot of liquidity to the markets, which is necessary.<br> </div> Thu, 24 Nov 2022 10:58:36 +0000 Networking and high-frequency trading https://lwn.net/Articles/915555/ https://lwn.net/Articles/915555/ farnz <p>As a bent pipe, it's no good - if you're in London, sending a signal to New York via Starlink, you send the data 550km to a Starlink satellite, which sends it 550km to a ground station near London. It then traverses the fibre route between London and New York, and at the New York end, gets sent 550km into space, then back to the New York station. <p>This is always going to be slower than cutting out the space hop and using the fibre directly. Where Starlink has the potential to get interesting for latency mavericks is when the inter-satellite links come into use. Then, you'd have the choice between a 5,500 km fibre route at 2/3rd c, or a roughly 7,500 km route via Starlink inter-satellite links at about c; the fibre route is roughly the same as a 8,250 km Starlink route, which gives Starlink an advantage as long as its processing and queueing delays are no worse than 2.5 milliseconds more than the fibre delays. <p>In practice, the HFT guys will probably pay for low queueing delay, so it all comes down to the processing delays - and I've not seen Starlink publish those details. Mon, 21 Nov 2022 10:28:15 +0000 Networking and high-frequency trading https://lwn.net/Articles/915539/ https://lwn.net/Articles/915539/ caliloo <div class="FormattedComment"> The variability of starlink links delays might be a new challenge to these guys tho.<br> </div> Sun, 20 Nov 2022 20:08:26 +0000 Networking and high-frequency trading https://lwn.net/Articles/915538/ https://lwn.net/Articles/915538/ caliloo <div class="FormattedComment"> Starlink still has a shot for over the ocean link. As long as the bent pipe is faster than the light in the glass pipe ...<br> <p> As for advertisement of the possilibity to these guys : I'd think that starlink does not have to do any adverstisement to make a killing. I'm pretty sure the HFT industry is on permanent alert for new ways to communicate fast.<br> </div> Sun, 20 Nov 2022 20:06:25 +0000 Networking and high-frequency trading https://lwn.net/Articles/915520/ https://lwn.net/Articles/915520/ Paf <div class="FormattedComment"> Presumably it would compete on all of the *other* routes, though.<br> </div> Sun, 20 Nov 2022 02:04:46 +0000 High-frequency trading considered harmful https://lwn.net/Articles/915486/ https://lwn.net/Articles/915486/ Cyberax <div class="FormattedComment"> Exchanges don't charge anything for individual trades, though.<br> </div> Sat, 19 Nov 2022 19:38:46 +0000 High-frequency trading considered harmful https://lwn.net/Articles/915469/ https://lwn.net/Articles/915469/ kleptog <div class="FormattedComment"> Presumably the exchange also wants to be compensated for the trades, so that acts as a de facto tax. You could argue however the exchange isn't charging enough to discourage it (for whatever reason).<br> </div> Sat, 19 Nov 2022 14:32:13 +0000 Networking and high-frequency trading https://lwn.net/Articles/915450/ https://lwn.net/Articles/915450/ mtaht <div class="FormattedComment"> London to Tokyo via ISL would be very profitable for a starlink-driven approach to trading. <br> </div> Sat, 19 Nov 2022 03:22:32 +0000 Networking and high-frequency trading https://lwn.net/Articles/915341/ https://lwn.net/Articles/915341/ excors <div class="FormattedComment"> <span class="QuotedText">&gt; Starlink right now is not usable for this, because the current generation of satellites work as a "bent pipe", simply beaming traffic back to the nearest ground station.</span><br> <p> Even with the inter-satellite laser links and ignoring any processing delays, the satellites are still at 550km altitude (or 340km for future phases if they survive that long), so you're adding ~4 msecs of latency just to go up and down. I suspect that means it'll never be able to compete with ground-based microwave links, when you're willing to spend a lot of money to optimise latency between two fixed endpoints.<br> </div> Fri, 18 Nov 2022 09:19:54 +0000 Networking and high-frequency trading https://lwn.net/Articles/915336/ https://lwn.net/Articles/915336/ Cyberax <div class="FormattedComment"> <span class="QuotedText">&gt; I’m honestly surprised that Starlink doesn’t advertise a faster route for traffic than land lines, and make a killing off HFTing.</span><br> <p> There are companies that provide microwave links across the US for this very purpose. Microwaves in air propagate faster than light in glass.<br> <p> Starlink right now is not usable for this, because the current generation of satellites work as a "bent pipe", simply beaming traffic back to the nearest ground station.<br> </div> Fri, 18 Nov 2022 03:28:47 +0000 Networking and high-frequency trading https://lwn.net/Articles/915332/ https://lwn.net/Articles/915332/ zerolagtime <div class="FormattedComment"> Michael Lewis’s exposé on HFT revealed an industry that is all about front running. Go fast so that you can raise the price on another buyer putting in a big order, but force them to split their order because of a misused law. Second half is just a few pennies bigger per share traded. If a previous comment is right, and that 50% or more volume is algorithms, just one day netted the industry $10m USD. ($0.02/trade * 1 billion trades in mid Nov 22 * 50%). That’s probably a major lowball. <br> I’m honestly surprised that Starlink doesn’t advertise a faster route for traffic than land lines, and make a killing off HFTing.<br> In short, don’t take any sympathy. There’s little incentive for them to cooperate with the Linux community in the form of upstream patches. Not unless there’s something in it for them. <br> </div> Fri, 18 Nov 2022 02:57:37 +0000 Networking and high-frequency trading https://lwn.net/Articles/915311/ https://lwn.net/Articles/915311/ caliloo <div class="FormattedComment"> Yes, so microseconds of jitter over a trip that takes tens of ms or more is probably fine is my point. Perhaps entering the realm of milliseconds of jitter for a trip that is tens of millis is not.<br> </div> Thu, 17 Nov 2022 20:53:09 +0000 Networking and high-frequency trading https://lwn.net/Articles/915310/ https://lwn.net/Articles/915310/ smurf <div class="FormattedComment"> <span class="QuotedText">&gt; intercontinental arb, which probably doesn’t give a shit about Us as long as it’s not Ms . </span><br> <p> You can't get below Ms (as in milliseconds) intercontinentally (OK, so let's ignore Turkey for the moment). Speed of light and all that.<br> </div> Thu, 17 Nov 2022 20:47:20 +0000 Networking and high-frequency trading https://lwn.net/Articles/915306/ https://lwn.net/Articles/915306/ caliloo <div class="FormattedComment"> HFT is not just about speed of reaction, that is a big component sure (as per definition doh) but the cleverness of your reaction counts as well.<br> <p> The speeds outlined above for specialised hardware imply a few things: if it takes you 30ns to react that means you can execute a few 100 instructions max. I don’t see the trading strat be very sophisticated there. Plus at these scales speed of light matters. If you want time of travel to be comparable to time of calculations, then only tens or hundreds of feet from the exchange are acceptable.<br> <p> I’d wager there is a whole world of strategies that require a bit more thought , ie thousands or 10 of thousands of cycles that can accommodate reaction times and time of travel in the us range (which is still only a few miles from the exchange at most). IMHO the interplay between time of reaction and decision complexity allows for a rich world where searching for the right optimization in function of your distance to the exchange is the name of the game.<br> <p> And there is something to be said for intercontinental arb, which probably doesn’t give a shit about Us as long as it’s not Ms . <br> <p> That being said, beyond the fun intellectual challenge of being the fastest, I’m also of the opinion that the world would be much better of f with fixed time slot trading , like.. once a day or so… that’d free up a lot of brain cycles to solve the bigger problems of this world.<br> </div> Thu, 17 Nov 2022 20:15:38 +0000 High-frequency trading considered harmful https://lwn.net/Articles/915309/ https://lwn.net/Articles/915309/ Wol <div class="FormattedComment"> Stagger the tax on how long you hold the stock ... start at 90%, and that drops at 10%/week. And you get charged at the higher rate of trading tax or capital gains tax.<br> <p> I think UK CGT is about 40%, so trades drop out of the trading tax net at just over a month.<br> <p> Cheers,<br> Wol<br> </div> Thu, 17 Nov 2022 20:14:04 +0000 High-frequency trading considered harmful https://lwn.net/Articles/915295/ https://lwn.net/Articles/915295/ smurf <div class="FormattedComment"> I agree that a tax on trades is a very good idea for multiple reasons, but in order to prevent HFTs you'd need to charge some non-infinitesimal amount for each order, no matter whether it completes or is cancelled.<br> <p> Also, a tax probably won't address the market instability that's caused by multiple algorithms reacting in microseconds to minimal price changes that humans would simply shrug at.<br> <p> Also² a tax requires cooperation from politics, which are fed both BS and $$ by the very traders and/or exchanges they're supposed to regulate. The ongoing uphill battles by people who do work towards establishing some sort of transaction tax show that holding your breath until that happens is not a viable survival strategy.<br> </div> Thu, 17 Nov 2022 17:43:40 +0000 High-frequency trading considered harmful https://lwn.net/Articles/915286/ https://lwn.net/Articles/915286/ rgmoore <p>Another possible solution- one that doesn't require cooperation from the traders or exchanges- is to put a small tax on trades. It would have a minimal effect on people who buy and sell stock because they care about stock as ownership in the company, but it would be a serious deterrent to traders who are just trying to make a profit from market churn. <p>That said, extreme cases like HFT have often been important test beds for new technologies in Linux. A long time ago, people saw NUMA as an obscure area that was only interesting to people running on exotic big iron. Now NUMA is everywhere, and the effort Linux put into supporting it way back when has paid off. I won't say the stuff people are working on now for HFT is guaranteed to have the same payoff, but it's at least worth paying attention to. Thu, 17 Nov 2022 16:54:11 +0000 Networking and high-frequency trading https://lwn.net/Articles/915249/ https://lwn.net/Articles/915249/ ejr <div class="FormattedComment"> The talk's numbers are slow even for plain ol' HPC. Years ago.<br> <p> And the FPGA-based (now called) smart NICs blow the doors off pretty much everything.<br> <p> </div> Thu, 17 Nov 2022 14:30:30 +0000 High-frequency trading considered harmful https://lwn.net/Articles/915205/ https://lwn.net/Articles/915205/ esemwy <div class="FormattedComment"> Thank you. High speed trading is more about market manipulation than actual commerce. A technological pump and dump, if you will. <br> </div> Thu, 17 Nov 2022 12:53:58 +0000