bgpkit-parser icon indicating copy to clipboard operation
bgpkit-parser copied to clipboard

Feature: tracking parsing progress

Open digizeph opened this issue 3 months ago • 1 comments

It would be cool to allow tracking the progress of the parsing of a file by returning parsed Elems with progress struct in the iterator.

This feature is dependent on the oneio library being able to return read bytes count (both raw bytes and parsed bytes), plus an accurate estimation of the local/remote file sizes.

digizeph avatar Aug 10 '25 06:08 digizeph