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

Vector classes #960

Open
kzangeli opened this issue Jun 8, 2015 · 0 comments
Open

Vector classes #960

kzangeli opened this issue Jun 8, 2015 · 0 comments

Comments

@kzangeli
Copy link
Member

kzangeli commented Jun 8, 2015

The vector classes (we have quite a few) are extremely alike and there is room for improvements.

Two options:

  • Try to replace all of them with one unique vector class (I hate the complexity of templates)
  • Define a base class, implementing it all is virtual methods and make all other vector classes inherit from the base.

Effort: 5 man day

@kzangeli kzangeli self-assigned this Jun 8, 2015
fisuda pushed a commit to fisuda/fiware-orion that referenced this issue Feb 15, 2022
Performance: removed apiVersion from ConnectionInfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant