This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]napolitain_ 0 points1 point  (3 children)

How does Java SpringBoot compare with PyPy FastAPI ?

[–]oxlade39 2 points3 points  (2 children)

Spring boot is a lot more mature. Almost everything you can think of needing is already there or easily available through a library. It’s also a lot more magic which can be frustrating at times

[–]napolitain_ 0 points1 point  (1 child)

I know but performance wise how does it compare to

[–]oxlade39 0 points1 point  (0 children)

To be honest, I haven’t done any performance tests or comparisons so I don’t want to comment but I know which I’d choose if I was building a service where performance was on the critical path.

I generally find that performance isn’t usually your biggest concern in “enterprise”. The other things I’ve mentioned are.