this post was submitted on 02 Nov 2024
70 points (100.0% liked)

Open Source

31075 readers
681 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

The Abstract Wikipedia team is working toward a rewrite of our backend services in a different programming language, likely Rust. Node/JS has served us well, but we have run up against some [WebAssembly System Interface] limits that would be best dealt with by switching to a different ecosystem.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 5 days ago* (last edited 5 days ago) (7 children)

Node.js is really not a bad backend language, since it's JIT, it's actually faster than Python and Java in most cases.

Rust will definitely have the advantage of being a compiled language though.

Source: I write both Java and TS backend code, have done benchmarks.

[–] [email protected] 6 points 5 days ago (1 children)

since it's JIT, it's actually faster than Python and Java in most cases.

Java is JIT'd too, and Python can be depending on which runtime you deploy.

[–] [email protected] 2 points 5 days ago

True, I didn't structure my sentence correctly.

It gets to compete with Java and Python because it's also JIT is what I meant to say.

load more comments (5 replies)