dra6o0n wrote:If it's written in C or C++, good for you!
Write your own client if you want it in C.
dra6o0n wrote:If it's written in C or C++, good for you!
sabinati wrote:
client is java, server is c. iirc there is a bit of lisp on the server as well.
i'm sure loftar can make a cogent argument about why java doesn't really have performance issues. i'll leave that to him if he desires to do it.
konrad wrote:Imho you shouldn't compare C and Java. If you compare performance more accurate would be Java vs C++ (can be object oriented code), but that is also a matter of discussion. C/C++ are compiled languages and their code is "closer to machine" (more complicated for humans), so applications in that languages runs faster. If we compare assembler and C, assembler should be faster, but creating huge applications in that language would be a pain:)
Choosing your language you should try to find balance between performance, developing time and portability.
This is how I see it:
C is fast and not object oriented, that is source of it's performance and advantage of every compiled language, but you have some disadvantages like:
- code recompilation for every platform you want to run your product,
- you have to buy licenses for compilators in some platforms,
- your code have to mange memory allocation (possible multiple memory leaks and in case of server applications huge memory usage and in the end crashes),
- creating memory managers takes about 40% your application developing time,
- compilation for any platform isn't possible if used any platform-dependent APIs,
- even longer developing time (managers getting angry about this:)),
above are Java advantages:)
- your code depends on JVM version and it can be easily executed on any platform with that JVM version,
- JVM is free, don't waste money for licenses give them to developers;),
- garbage collector allocates and deallocates your objects in memory (no leaks, less crashes),
- faster developing time,
- your code depends only from JVM version - platform-independent,
Cajoes wrote:I was the murder victim your guy aggro'd. And slew. Entirely unprovoked. Rather handily at that. Which prompted the retaliatory party. That you also handily slew.
bmjclark wrote:I was half expecting an april fools "world 7" thread.
hazzor wrote:bmjclark wrote:I was half expecting an april fools "world 7" thread.
i was really expecting something, jorbtar are usually quite the trolls
Users browsing this forum: Claude [Bot] and 2 guests