FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Convolutions in 1d in rust by eengamer2007 · Pull Request #1007 · algorithm-archivists/algorithm-archive · GitHub

Convolutions in 1d in rust - #1007

Open
eengamer2007 wants to merge 17 commits into
algorithm-archivists:mainfrom
eengamer2007:convolutions_in_1d_in_rust
Open

Convolutions in 1d in rust#1007
eengamer2007 wants to merge 17 commits into
algorithm-archivists:mainfrom
eengamer2007:convolutions_in_1d_in_rust

Conversation

Copy link
Copy Markdown

implemented the convolutions 1d in rust

Amaras added Implementation This provides an implementation for an algorithm. (Code and maybe md files are edited.) lang: rust Rust programming language labels Nov 20, 2022

Amaras left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Hi, thank you for your interest in the AAA.
I've run clippy (with -W clippy::pedantic as well) on your code and put all its suggestions here, as well as some suggestions and questions of mine.

I also don't like the fact that you cast a lot between usize and isize in convolve_linear and convolve_cyclic, but I'm not sure how you could do otherwise without increasing complexity (and it makes pedantic clippy complain a lot)

eengamer2007 and others added 7 commits November 21, 2022 19:16
Co-authored-by: Sammy Plat <sammy@sammyplat.fr>
Co-authored-by: Sammy Plat <sammy@sammyplat.fr>
Not sure why I didn't do it in the first place.

Co-authored-by: Sammy Plat <sammy@sammyplat.fr>
Co-authored-by: Sammy Plat <sammy@sammyplat.fr>
Co-authored-by: Sammy Plat <sammy@sammyplat.fr>
Co-authored-by: Sammy Plat <sammy@sammyplat.fr>
Co-authored-by: Sammy Plat <sammy@sammyplat.fr>

eengamer2007 commented Nov 22, 2022
edited
Loading

Copy link
Copy Markdown
Author

i saw somewhere that I should add my name to the contributers list since this is my first contribution. Should that be in this pull request?

leios commented Nov 22, 2022

Copy link
Copy Markdown
Member

Yeah, add that to this pr, if you can

Amaras commented Jan 13, 2023

Copy link
Copy Markdown
Member

Oof, sorry for the delay in the response.

So, the main problem with your PR currently is that the line numbers don't track correctly.
I don't see a reason to refuse your code in the AAA now, so please make sure the lines you include your code at are indeed the correct ones before I merge them.

Copy link
Copy Markdown
Author

sorry for the late fix, school was keeping me busy.

eengamer2007 requested a review from Amaras February 10, 2023 09:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Implementation This provides an implementation for an algorithm. (Code and maybe md files are edited.) lang: rust Rust programming language

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL