performance comparision JAVA C#
hi all!
I have a question regarding performance of C#.I am working on a project in IMage processing.Right now i am using java.I have to use linked list which i have implemented or even the list provieded by java.This make the program exectutin very slow.
Will i get better performance if i change the same code to C#?
kindly help me..
parez81