Matches in DBpedia 2015-10 for { <http://dbpedia.org/resource/Fast_path> ?p ?o }
Showing triples 1 to 29 of
29
with 100 triples per page.
- Fast_path abstract "Fast path is a term used in computer science to describe a path with shorterinstruction path length through a program compared to the 'normal' path. For a fast path to be effective it must handle the most commonly occurring tasks more efficiently than the 'normal' path, leaving the latter to handle uncommon cases, corner cases, error handling, and other anomalies. Fast paths are a form of optimization.For example dedicated packet routing hardware used to build computer networks will often support software dedicated to handling the most common kinds of packets, with other kinds, for example with control information or packets directed at the device itself instead of being routed elsewhere, put on the metaphorical "slow path", in this example usually implemented by software running on the control processor.Specific implementations of networking software architectures have been developed that leverage the concept of a fast path to maximize the performance of packet processing software. In these implementations, the networking stack is split into two layers and the lower layer, typically called the fast path, processes the majority of incoming packets outside the OS environment without incurring any of the OS overheads that degrade overall performance. Only those rare packets that require complex processing are forwarded to the OS networking stack, which performs the necessary management, signaling and control functions.".
- Fast_path wikiPageID "21772235".
- Fast_path wikiPageLength "1879".
- Fast_path wikiPageOutDegree "7".
- Fast_path wikiPageRevisionID "665388113".
- Fast_path wikiPageWikiLink Category:Software_optimization.
- Fast_path wikiPageWikiLink Computer_network.
- Fast_path wikiPageWikiLink Computer_networks.
- Fast_path wikiPageWikiLink Computer_science.
- Fast_path wikiPageWikiLink Corner_case.
- Fast_path wikiPageWikiLink Instruction_path_length.
- Fast_path wikiPageWikiLink Optimization_(computer_science).
- Fast_path wikiPageWikiLink Program_optimization.
- Fast_path wikiPageWikiLink Router_(computing).
- Fast_path wikiPageWikiLinkText "Fast path".
- Fast_path wikiPageWikiLinkText "fast path".
- Fast_path hasPhotoCollection Fast_path.
- Fast_path wikiPageUsesTemplate Template:Comp-sci-stub.
- Fast_path wikiPageUsesTemplate Template:Reflist.
- Fast_path subject Category:Software_optimization.
- Fast_path hypernym Term.
- Fast_path comment "Fast path is a term used in computer science to describe a path with shorterinstruction path length through a program compared to the 'normal' path. For a fast path to be effective it must handle the most commonly occurring tasks more efficiently than the 'normal' path, leaving the latter to handle uncommon cases, corner cases, error handling, and other anomalies.".
- Fast_path label "Fast path".
- Fast_path sameAs m.05mslsk.
- Fast_path sameAs Q5437051.
- Fast_path sameAs Q5437051.
- Fast_path sameAs 快速路徑.
- Fast_path wasDerivedFrom Fast_path?oldid=665388113.
- Fast_path isPrimaryTopicOf Fast_path.