zlacker

[parent] [thread] 2 comments
1. musica+(OP)[view] [source] 2025-08-05 07:04:42
Java also has a pretty good compatibility story. I still use python for some applications, but it has created a lot of headaches, and also has the problem of being really slow. YMMV, but usually if you were to rewrite your c++ code in python, you would find that you need 10x as many servers (or likely more) to get the same performance.
replies(2): >>nromiu+cp3 >>lenkit+9t5
2. nromiu+cp3[view] [source] 2025-08-06 05:55:37
>>musica+(OP)
Only if you use CPython. I use PyPy3 most of the time and I get the same performance as Java and Go.

C++ is still faster than PyPy3, but not 10x faster. That is good enough for me to not deal with the messy C++ syntax.

3. lenkit+9t5[view] [source] 2025-08-06 18:57:09
>>musica+(OP)
Java community is strangely nice. Bog standard enterprise software developers are nearly always polite.
[go to top]