I have a problem using FST. In principle, I will make a morphological parser, and at this moment I will have to work with large converters. Performance is a big issue here.
I recently worked in C ++ in other projects where performance is important, but now I am considering java because java benefits and because java is getting better.
I have studied some comparisons between java and C ++, but I cannot decide which language I should use for this particular problem, because it depends on the use of lib.
I can not find much information about java libs, so my question is: are there any open source Java files that have good performance, like the RWTH FSA Toolkit , which I read in the article, which is the fastest version of C ++ lib?
Thanks to everyone.
java c ++ performance fsm
Cdiniz
source share