Fast get attribute method implementation (#1)
Closed
Artur Hefczyc opened 1 decade ago

Current getAttribute method runs 'key' parameter through intern() method. This impacts performance and is not necessary in most cases. The task is to add a new method called: getAttributeFast(...) which works pretty much the same way as existing getAttribute(....) but does not process the 'key' through intern() method.

issue 1 of 1
Type
New Feature
Priority
Normal
Assignee
RedmineID
36
Estimation
4h
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/tigase-xmltools#1
Please wait...
Page is in error, reload to recover