[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Zero-copy abstractions
- From: Roger L Costello <costello@mitre.org>
- To: "xml-dev@lists.xml.org" <xml-dev@lists.xml.org>
- Date: Wed, 22 Jun 2022 10:05:14 +0000
Hi Folks,
Minimizing the movement of characters is very relevant to people implementing networking software and also those doing hardware accelerators and their device drivers.
These people spend a lot of time worrying about zero-copy abstractions, i.e. how to avoid moving data around. The less the data moves, the faster throughput they get with less energy usage and usually with less hardware too.
Are there use cases where it is important to minimize the movement of characters in XML documents?
/Roger
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]