Contribution and possible merge of my project #32
Replies: 3 comments
-
Talking about merging seems a little aggressive, largely because we've used C++ features like ranges, views and concepts that can dramatically offer new opportunities and change the way you approach a problem. If you'd like to contribute, I noticed that you've written a number of algorithms which is an area that we're weak right now. What do you think about looking at one of the algorithms in our README and porting any of your algorithms that's on the list? |
Beta Was this translation helpful? Give feedback.
-
Hi @pratzl, |
Beta Was this translation helpful? Give feedback.
-
Understood, and I appreciate where you're coming from.
Things are changing with us also where there's a desire to keep the contributors to a tight group, so I think there's a mutual feeling that this isn't a good time right now.
I suggest we keep an open mind for the future, and good luck in your effort!
Sent from Outlook<http://aka.ms/weboutlook>
From: ZigRazor ***@***.***>
Sent: Monday, December 12, 2022 3:00 AM
To: stdgraph/graph-v2 ***@***.***>
Cc: Phil Ratzloff ***@***.***>; Mention ***@***.***>
Subject: Re: [stdgraph/graph-v2] Contribution and possible merge of my project (Discussion #32)
Hi @pratzl<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpratzl&data=05%7C01%7C%7Ceb6ff5ae48a84bc8e0b908dadc16ecf0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638064288272061157%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=2Jm1icO81%2Frdau35wIoHrvEjs%2FpaOlh5bf9XycVYtGM%3D&reserved=0>,
I understand your speech, but I don't won't to leave my project, where I work for years, and work for another one without any credits of all the work done.
I think you have had a good idea to propose your project as an introduction in the standard ( it is something that miss in the actual standard, and with the so many applications of Graph I think the introduction in the STL is necessary ), but throw away all the work done in this year to collect and implement algorithms is very difficult for me, also because the community that I have create around my project can be very useful also for this project.
I will think about your invitation, but I think that a sort of merge also of the "Know How" is better.
-
Reply to this email directly, view it on GitHub<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fstdgraph%2Fgraph-v2%2Fdiscussions%2F32%23discussioncomment-4376318&data=05%7C01%7C%7Ceb6ff5ae48a84bc8e0b908dadc16ecf0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638064288272061157%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=IfwsSswp5TwkmwrCrh6T6UwiTrkb8vkYK7kyG13sCZ0%3D&reserved=0>, or unsubscribe<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAB7NKESGY3RVHSD2QSCKUA3WM3LRRANCNFSM6AAAAAASVMAZRY&data=05%7C01%7C%7Ceb6ff5ae48a84bc8e0b908dadc16ecf0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638064288272061157%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=%2BioWeYtllKLBX554JCLUnvX0FzuyJ6selrWsOI9dcJY%3D&reserved=0>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, in these year I start a similar project for an header only graph library.
You can see it at https://github.com/ZigRazor/CXXGraph .
My project have a good set of tests and also benchmark on it,
Is C++17 ready,
A good CI/CD framework on Github other than a lot of algorithms already implemented and optimized over the structures.
What do you think about it?
You think is possible to merge the 2 works to do a good unique product?
I'm open to discussion @neoblizz @pratzl @lums658
Beta Was this translation helpful? Give feedback.
All reactions