gephi / gephi/gephi-lite

Improve search indexation lifecycle

Open
#261 0 comments 0 reactions 0 assignees View on GitHub
performance
Dominant language
TypeScript
Stars
351
Forks
48
Avg merge
10h 21m
Merged PRs (30d)
1

Description

The main issue lies here:

https://github.com/gephi/gephi-lite/blob/1e4e890192590044e151fe300a2b3cd36d4469b5/packages/gephi-lite/src/core/graph/index.ts#L526-L529

Basically, there are way too many cases where we reindex everything rather than doing incremental indexation. Here are two examples:
- When an edge direction changes (it makes the `fullGraph` reference change)
- When we change the label of an attribute

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.