Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Implement index #44

Open
2 tasks
mjp0 opened this issue Mar 28, 2019 · 0 comments
Open
2 tasks

Implement index #44

mjp0 opened this issue Mar 28, 2019 · 0 comments
Labels
optimization Refactorings, performance tweaks & other tunings

Comments

@mjp0
Copy link
Owner

mjp0 commented Mar 28, 2019

At the moment if you want to get the list of data you have in your datagram, you need to download everything in the datagram, and then get the data names. This works when you are running local datagrams but fails when you just want to see inside a remote datagram.

This can be solved by creating an index array to each datagram at key _index. Every time new data is stored, its key is appended into _index. Then list method can be refactored to fetch only _index key.


Deliverables

  • Implement indexer
  • Refactor list method
@mjp0 mjp0 added the optimization Refactorings, performance tweaks & other tunings label Mar 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
optimization Refactorings, performance tweaks & other tunings
Projects
None yet
Development

No branches or pull requests

1 participant