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

Strong name, remove dependencies, integrate with Spreads #3

Open
2 of 3 tasks
buybackoff opened this issue Jan 24, 2017 · 0 comments
Open
2 of 3 tasks

Strong name, remove dependencies, integrate with Spreads #3

buybackoff opened this issue Jan 24, 2017 · 0 comments

Comments

@buybackoff
Copy link
Member

buybackoff commented Jan 24, 2017

Upstream is dead, while the library - in general - is just a P/Invoke wrapper, similar to SQLite, Blosc, etc. As I am always against binary dependencies for stable and permissive code, I should just add Spreads extensions right here and go with a fork.

  • Need to integrate dependencies as source (DynamicInterop is MIT, R.NET itself is BSD).
  • Add strong name with a public key (this alone requires a fork recently)
  • Add R cursors and extension methods that work together with the R package and call by name functions saved in an environment on disk.

Should re-think how to implement online incremental algos in R. Obviously, we need to store state inside R and have a function that updates it with new values and returns the updated state, but the devil is in implementation detail.

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

No branches or pull requests

1 participant