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

Contributing? #3

Open
arjtala opened this issue Sep 4, 2019 · 3 comments
Open

Contributing? #3

arjtala opened this issue Sep 4, 2019 · 3 comments

Comments

@arjtala
Copy link

arjtala commented Sep 4, 2019

Hi Michael, this looks like an amazing project. Is there any way I could contribute? Not sure my skills are up to par but I really love the idea and would be delighted to help in any way I can

@michelp
Copy link
Collaborator

michelp commented Dec 8, 2019

Sorry for the delay! Certainly contributions would be welcome, there is a lot to do. There are some internal issues and exposing new features in SuiteSparse 3.1.1 which would require some C coding. One other problem is TOAST varlena objects the format which stores a matrix in a table, is limited to 1GBish. Postgres has a "large object" C api that might be the right idea to switch to, or have it be configurable in some way.

@arjtala
Copy link
Author

arjtala commented Feb 28, 2020

This sounds exciting , any pointers on how one can get started ?

@michelp
Copy link
Collaborator

michelp commented Feb 28, 2020

Hi @arjology, SuiteSparse just did a 3.2.0 release, so a task needing work is upgrading to 3.2.0. No backwards incompatible changes were made, so it should be pretty straightforward. There are two new binary operators, PAIR and ANY which need to be supported. PAIR always returns 1, it means "both values are present" and ANY returns either of its inputs, doesn't matter which.

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

2 participants