-
Notifications
You must be signed in to change notification settings - Fork 5
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
Stackage #27
Comments
Thanks for checking out my library. Yes, this sounds like a good idea. @seba--, what do you think? I'm trying to decide if I should split this library into smaller packages or if I should upload it as a whole. @fakedrake, which part of the library would you use? Would you use the library for implementing static analyses or would you only use the arrow code for implementing other applications? |
The overall issue I am facing is that there is no arrow transformer library on stackage so I have to re-implement everything. Which sucks. So a package with everything under |
Makes sense. Well, there is the arrow transformer library atl. Have you tried atl and is there a problem with it? Furthermore, currently half of whats in |
Here is a list of all the files that are general purpose and reusable. Now you just need to remove missing imports and type class instances. I removed the |
The list looks legit. TBH I only shamelessly copied |
Thanks. We put quite some work into the arrow code to improve the generated code and its performance. Ok, maybe its time for a new arrow library. I see what I can do. |
I think this is a great idea. |
@fakedrake, you can follow the current progress at https://github.com/svenkeidel/sturdy/tree/extract-arrow-transformer-library. |
Allright, I extracted the library and added some minimal documentation. @fakedrake, can you give me some feedback on the library in the
I would greatly appreciate any contributions in terms of feedback, documentation and code. Thanks. |
Wow you did quite a bit of work, thanks! Anyway documentation looks legit. Thanks for moving some benchmarks in there too. What's up with changing around |
I swapped the names to make the name of
Sure I see what I can do. I have never used this transformer. What is it useful for? |
One example might be circuits. I have seen in for stream processing but I can't find the citation right now. |
I saw you added it, thanks a lot! Final request and I will leave you alone: could you move
|
I see. So you want to eliminate the About adding FailureT: the only problem I have is that the |
Sorry, I am realizing that what I wrote was not clear at all. What I mean is this:
The problem is that as far as I can tell, the only I know performance is important for sturdy so disregard this if this change affects performance badly. |
Could we get a package out of this? I like your code on arrows
The text was updated successfully, but these errors were encountered: