Skip to content

add support for endIndex in node metadata (5.x edition) - #850

Merged
amitguptagwl merged 1 commit into
NaturalIntelligence:masterfrom
Wain-PC:feat/capture-endindex
Jul 17, 2026
Merged

add support for endIndex in node metadata (5.x edition)#850
amitguptagwl merged 1 commit into
NaturalIntelligence:masterfrom
Wain-PC:feat/capture-endindex

Conversation

@Wain-PC

@Wain-PC Wain-PC commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Purpose / Goal

In PR #729, metadata Symbol that contains start index of each node has been added.

My use case requires also getting end index of the node, which has been missing from the initial implementation.

I've added endIndex property to the existing node metadata. This additive improvement does not add much implementation complexity, it is covered by an existing captureMetaData flag.

Benchmarks show no measurable performance difference, aside from expected increased memory usage for storing new metadata property when captureMetaData flag is enabled.

Type

Please mention the type of PR

  • Bug Fix
  • Refactoring / Technology upgrade
  • New Feature

@amitguptagwl
amitguptagwl merged commit 4652011 into NaturalIntelligence:master Jul 17, 2026
14 checks passed
@Wain-PC
Wain-PC deleted the feat/capture-endindex branch July 21, 2026 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants