Pometry / Raphtory

Scalable graph analytics database powered by a multithreaded, vectorized temporal engine, written in Rust
https://raphtory.com
GNU General Public License v3.0
349 stars 54 forks source link

Fix/dfview #1712

Closed shivam-880 closed 3 months ago

shivam-880 commented 3 months ago

What changes were proposed in this pull request?

Fix DFView to accommodate more data by changing struct to contain iterator of data and not vec

Why are the changes needed?

With the vector the data is limited by available memory

Does this PR introduce any user-facing change? If yes is this documented?

No

How was this patch tested?

Tests

Issues

_If this resolves any issues, please link to them here, the format is a KEYWORD followed by @__ KEYWORDS available are close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved. Please delete this text before creating your PR

Are there any further changes required?

No