Skip to content

dtpc: performance issue with small bundles in large aggregator windows #85

@zebastian

Description

@zebastian

insertRecord currently recomputes totalLength with estimateLength for every new bundle over all bundles already in there (n-squared issue).
Instead the outAdu could hold the aggrLength as a property and the aggrLength is added the current bundles length on insert and then this pre-computed one is used.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions