Barbosik / MultiOgar

An open source Ogar server implementation, written with Node.js.
Other
61 stars 44 forks source link

Amazing overall #160

Open ghost opened 8 years ago

ghost commented 8 years ago

Using this in a 1GB, 1 core workspace still gave minimal lag! And works with any agar client clone! This is the kind of engineering and performance Ogar Unlimited needs!

makandz commented 8 years ago

But Ogar-Unlimited probably won't get, lots of features = less performance stability.

darknight99x commented 8 years ago

@MastaCoder OgarUL might actually, they have been considering re-doing everything in C#, which if coded properly would out-do any of these clones.

makandz commented 8 years ago

Won't believe it until we see it :)

Barbosik commented 8 years ago

@darknight99x: why C#? Why not x86 assembly? x86 assembly has less overhead :) I already have server implementation in C#, and I can say that node.js allows to write code more easier with the same performance. May be node.js even faster. I didn't tested it, but I have such impression :) And IMHO node.js limitaions and weak types help to write more fast code