Skip to content

Added Indexes on FeatureList#2

Open
CarmeloFoti wants to merge 2 commits into
sbliven:masterfrom
CarmeloFoti:master
Open

Added Indexes on FeatureList#2
CarmeloFoti wants to merge 2 commits into
sbliven:masterfrom
CarmeloFoti:master

Conversation

@CarmeloFoti

Copy link
Copy Markdown

This patch modifies the GFF-related classes.
Added a new method to the class GFF3Reader:

public static FeatureList read(String filename, List indexes)

this method will create an index for each attribute present in the List indexes. In this way, a massive improvement in performance will occur.

In addition, the String.split() method is now being used during the Feature creation (as it was suggested in the code comments).

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.

1 participant