Skip to content

Commit af52869

Browse files
committed
Zenoh Jiaolong Blog
1 parent 9e20614 commit af52869

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/blog/2025-12-11-zenoh-jiaolong.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2025-12-11
44
menu: "blog"
55
weight: 20251211
66
description: "11th December, 2025 -- Paris."
7-
draft: true
7+
draft: false
88
---
99

1010
We are happy to announce the release of Zenoh 1.7.x **Jiāolóng**
@@ -170,7 +170,7 @@ if (sample_source_info != NULL) {
170170
171171
**Making SHM Easier: Transport Provider Now Public**
172172
173-
We're excited to announce that Zenoh's internal Shared Memory (SHM) Provider, used within the transport layer, is now available via public API ([PR](https://github.com/eclipse-zenoh/zenoh/pull/2221)).
173+
Zenoh's internal Shared Memory (SHM) Provider, used within the transport layer, is now available via public API ([PR](https://github.com/eclipse-zenoh/zenoh/pull/2221)).
174174
175175
**What does this mean for you?**
176176
@@ -315,7 +315,7 @@ if (std::holds_alternative<ShmProviderNotReadyState>(provider_state)) {
315315

316316
### Local messages optimization
317317

318-
This release features a co-located optimization. PUT/DELETE, query, reply and reply-final messages whose key expressions are declared in the same session are delivered directly without going through the transport layer. This removes serialization, syscalls and network I/O for local flows which helps reduce latency and CPU usage for in-process or single-device use cases.
318+
This release features a co-locazation optimization. PUT/DELETE, query, reply and reply-final messages whose key expressions are declared in the same session are delivered directly without going through the transport layer. This removes serialization, syscalls and network I/O for local flows which helps reduce latency and CPU usage for in-process or single-device use cases. More importantly this all happens with zero-copies.
319319

320320
Additionally, Zenoh-Pico now exposes a locality selector z_locality_t, to control the locality of publications, subscriptions, etc., where the possible values are:
321321

0 commit comments

Comments
 (0)