cyberborean / rdfbeans

Java persistence with RDF
Other
11 stars 12 forks source link

Performance Issues #47

Open marci2301 opened 3 years ago

marci2301 commented 3 years ago

I have a quick question regarding performance when invoking a method on a bean, as I will be writing my bachelor thesis on this topic.

Basically I send a HashMap with values to the server and there they are set in the corresponding bean. Before this bean is checked if it already has a value assigned for this variable and the invoke of the getter method takes 100-300ms, sometimes longer. Was there such a problem before?