Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize fetch_tuples algorithm #49

Open
Synicix opened this issue Feb 4, 2021 · 2 comments
Open

Optimize fetch_tuples algorithm #49

Synicix opened this issue Feb 4, 2021 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Synicix
Copy link
Contributor

Synicix commented Feb 4, 2021

No description provided.

@Synicix Synicix added enhancement New feature or request low-priority Stuff that is not important labels Feb 4, 2021
@guzman-raphael
Copy link
Collaborator

Adding a note that we should check against datajoint.expression.Expression._repr_html_ when are ready to optimize DJConnector.fetch_tuples method (per Dimitri's comment).

@guzman-raphael
Copy link
Collaborator

Per Daniel, a possible solution might be:

Replace list append in fetch tuples with numpy array to improve efficienty and prevent list from resizing

@guzman-raphael guzman-raphael changed the title Replace list append in fetch tuples with numpy array to improve efficienty and prevent list from resizing Optimize fetch_tuples algorithm Feb 5, 2021
@guzman-raphael guzman-raphael added the good first issue Good for newcomers label Feb 22, 2021
@guzman-raphael guzman-raphael added this to the Official Release milestone Mar 2, 2021
@guzman-raphael guzman-raphael removed the low-priority Stuff that is not important label Mar 2, 2021
@guzman-raphael guzman-raphael removed this from the Official Release milestone Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants