Skip to content

Commit 0389ed6

Browse files
committed
Add perf-topic.
1 parent 62dc253 commit 0389ed6

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/perf/perf-topic.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
id: perf-topic
3+
title: 消息系统性能测试
4+
sidebar_position: 3
5+
---
6+
7+
# 消息系统性能测试
8+
9+
LibXR在没有RT补丁的Linux环境下能够做到亚微秒级别的通信延迟,同时内置的FastCopy在较大数据量(例如图片)的传输中能够表现出明显优于std::memcpy的性能。具体测试数据与代码请参考[此仓库](https://github.com/Jiu-xiao/FuckingRosLatency)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: perf-topic
3+
title: Messaging System Performance Tests
4+
sidebar_position: 3
5+
---
6+
7+
# Messaging System Performance Tests
8+
9+
LibXR can achieve sub-microsecond communication latency on a non-RT-patched Linux system. Its built-in FastCopy also delivers noticeably better performance than `std::memcpy` when transferring larger data payloads (such as images).
10+
For detailed test data and code, please refer to [this repository](https://github.com/Jiu-xiao/FuckingRosLatency/blob/master/README_en.md).

0 commit comments

Comments
 (0)