Skip to content

Commit 321268e

Browse files
committed
feat: add parallel parsing example and enhance MRT support
- Introduced a new example (`parse_single_file_parallel.rs`) for parallelized parsing of RIB dump files using `crossbeam-channel`. - Added `set_peer_table` method to `Elementor` for peer index table configuration. - Updated dependencies to include `crossbeam-channel`.
1 parent 9f0533a commit 321268e

File tree

3 files changed

+482
-1
lines changed

3 files changed

+482
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ tempfile = "3"
123123
ctrlc = "3.4"
124124
tracing = "0.1"
125125
tracing-subscriber = "0.3"
126+
crossbeam-channel = "0.5"
126127

127128
# This list only includes examples which require additional features to run. These are more in the examples directory.
128129
[[example]]

0 commit comments

Comments
 (0)