Skip to content

Commit 48913c3

Browse files
committed
docs: update CHANGELOG with parallel parsing example
1 parent e50668d commit 48913c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
### Examples and benchmarking
8+
9+
* Added a new runnable example: `examples/parse_single_file_parallel.rs`.
10+
* Parses RIB file using thread pool with batching and collecting. Two modes: worker-only parsing (default) or worker
11+
parsing + element conversion.
12+
* Includes bottleneck diagnostics, tunable parameters (batch size, workers, etc), benchmarking, and remote file
13+
downloading.
14+
715
### Breaking changes
816

917
* change `path_id` from `u32` to `Option<u32>` for proper null handling

0 commit comments

Comments
 (0)