

6·
9 days agoI remember when X4 Foundation was crap. Peoples states they will improve it.
It took few years, but they actually make it the best X ever.
Egosoft is a patient gamer company, they always deliver.
I remember when X4 Foundation was crap. Peoples states they will improve it.
It took few years, but they actually make it the best X ever.
Egosoft is a patient gamer company, they always deliver.
Most of my objects are actually dataclasses.
Happy to see more rust!
I’m geniously curious : Is there a difference in binary sizes? 5%? 10%?
Python typing system is the reason of its huge flexibility, but as many other scripting language, it’s also what makes it so hard to optimize.
I have no idea how you can change that without bringing some “JIT-oriented” features inside the Python language itself.
I still hope for the best, but I’m unsure we will be able to see an efficient JIT system inside CPython soon.
PyPy had to rewrite the whole Python implementation in a JIT focused way, and even with that, they are (not uncommon) cases when PyPy is slower.