Last active 2 months ago
congrats doods on getting the egg, i'll redirect my egg praise over to you all
Look at me (rip in peaces btw)
@Inyashi What a magnificent work of art
@WBlaine The codes I write for work are for mathematical computation ... so those aren't interesting for this thread.
Sounds very interesting to me if it involves math. :^)
@Stone__Warrior @deyahruhd If you add
#include <thread>at the top, there's this pretty sweet optimization you can make to significantly impact the speed your process takes. In all of your functions, just copy-paste
std::this_thread::sleep_for(std::chrono::milliseconds(std::numeric_limits<unsigned long int>::max()));wherever you see fit.
:D
Wow, that made my algorithm even more efficient by a factor of (9,223,372,036,854,775,807 + 1) * 2 - 1! Thanks!