Say theoretically you just generate random numbers [using standard libraries] in as many threads as you can [bound by hardware]. How fast would C++ over Java?
no disk i/o, memory or gc. Just pure Math.random() calls across threads.
Say theoretically you just generate random numbers [using standard libraries] in as many threads as you can [bound by hardware]. How fast would C++ over Java?
no disk i/o, memory or gc. Just pure Math.random() calls across threads.
test both in the environment you will be deploying at.