Sztergbaum Roman

Results 94 comments of Sztergbaum Roman

With the upcoming rust effort I think it's time to close this one, will re-open if needed

Closing for now, will re-open if planned later

Has been implemented in #2813 - closing

> While you are at it, maybe also get rid of ruby / rust as the project is in C++? > > Also noticed the actual requirements isn't listed here:...

Will re-open when needed, on hold for now

> Let's add AES-CBC tests as well That's not the goal of this pull request. Only adding aes 256 ctr is the purpose for this pr

> We should use git submodules when adding Rust/Go libraries from somewhere I do not think that's a good idea for a few reasons: 1. We are already a mono-repo...

> > Thanks for the pull request, awesome work! > > I would like to see standalone unit test for the mantissa part. > > I will add one. I...

> > > > Thanks for the pull request, awesome work! > > > > I would like to see standalone unit test for the mantissa part. > > >...

The equivalent in range is: `ranges::fill(views::transform(array_cmp.vertices, &geometry::vertex::pixel_color), clr_winner);` i hope range v3 will allow us to do: `ranges::fill(array_cmp.vertices, &geometry::vertex::pixel_color, clr_winner)` Little remark about the pipe library: is great but for...