Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
in C++, there is a warning in the main =>
IMHO you should you fix that ?
This comment is hidden because it contains spoiler information about the solution
😁 Always a pleasure to fork your ✨ solutions, dear...
👍
In C++.
Oups... does it really takes 8secs just to compile ???
C++ version...
IMHO should not have so many 'nice assumptions'... In real life it will require a lot of testing from the calling side
hmmmmm...
Same, it's tragic that the testing framework's
It
macro makes including<range/v3/all.hpp>
impossible. Any brevity you are able to achieve is offset by the gazillion lines of import above it :(😄 Perfect C++20/23 !!
But you know what : I'm tired with 30mns trying to figure out which include I have to use in rangev3 for each algo/view/.. and line of code !!
Agreed, but I also think that even with those utilities, this task isn't trivial to do correctly. Of course, if you copy everything and turn things into lvalues, it is. But it took me 30 minutes to put together a solution that keeps value categories intact. I assumed there would be tests for that, and also the caching, but apparently not
😃
Thank you for reply + couple of keywords) Im trying to find purpose for "kumite" thing thus bothering people around.. that the spirit, i guess
gotta have some fun with llvm intermediates x)
Of course !!
I was not running for perf...
Use of a rand instead of a mersenne twister, etc.. and even the use of std:experimental::simd etc...
Note on your note: any modern compiler will unroll the loop, and... turn i++ into ++i.. 😀
This comment is hidden because it contains spoiler information about the solution
See my comment on the fork: you will understand why... my old reflex is C-style :-))))) \
Could write it in 6809 8 bit assembly :-)
Loading more items...