Rust vs. Java: Rust Outpaces Java in a Brute-Force Battle
Introduction
During my past few years, I tried several programming languages, with different structures and ecosystems, some of them were a nightmare for me, either with the complexity of the syntax or the low performance, but I got impressed by some...
proglobby.hashnode.dev10 min read
Roman Dawydkin
SERIOUSLY? You generating new string every time using CONCATENATION? Not even using StringBuilder? Not saying about optimization and using char[]. No wonder then that you get a load of garbage collection and losing performance. That's cheating benchmark.