Writing high-performance servers in modern C++
1–10 of 77 posts
Re: Writing high-performance servers in modern C++
#2Re: Writing high-performance servers in modern C++
#3no benchmarks. what gives ?
Re: Writing high-performance servers in modern C++
#4no benchmarks. what gives ?
Re: Writing high-performance servers in modern C++
#5Re: Writing high-performance servers in modern C++
#6A lot of people state that Python/PHP/Ruby/Javascript on the dynamic language side and Java and other JVM languages on the statically typed side and much quicker to develop than C++, but being a very experienced Java programmer and a decent Javascript programmer I find that I can program just as fast with C++ as long as you use the right choices of libraries and use C++11 or greater. With libraries like Boost, fbfoll…
Re: Writing high-performance servers in modern C++
#7Re: Writing high-performance servers in modern C++
#8Re: Writing high-performance servers in modern C++
#9A lot of people state that Python/PHP/Ruby/Javascript on the dynamic language side and Java and other JVM languages on the statically typed side and much quicker to develop than C++, but being a very experienced Java programmer and a decent Javascript programmer I find that I can program just as fast with C++ as long as you use the right choices of libraries and use C++11 or greater. With libraries like Boost, fbfoll…
Re: Writing high-performance servers in modern C++
#10A lot of people state that Python/PHP/Ruby/Javascript on the dynamic language side and Java and other JVM languages on the statically typed side and much quicker to develop than C++, but being a very experienced Java programmer and a decent Javascript programmer I find that I can program just as fast with C++ as long as you use the right choices of libraries and use C++11 or greater. With libraries like Boost, fbfoll…
Modern C++ is indeed pretty productive. It's the tooling and compile times that hold it back.