Commit 321268e
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- examples
- src/parser/mrt
3 files changed
+482
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
0 commit comments