yacy_search_server/source/net/yacy
2012-07-13 21:15:38 +02:00
..
ai replaced more size() > 0 by !isEmpty() 2012-07-12 11:12:21 +02:00
cora collection of speed and memory saving hacks 2012-07-13 21:15:38 +02:00
document reduced logging overhead (a bit) 2012-07-12 19:23:40 +02:00
gui removed unused method parameters 2012-07-05 10:23:07 +02:00
interaction removed more unused method parameters 2012-07-05 10:44:30 +02:00
kelondro collection of speed and memory saving hacks 2012-07-13 21:15:38 +02:00
peers less usage of generic logger to avoid logger generation overhead 2012-07-12 19:54:54 +02:00
repository - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
search less usage of generic logger to avoid logger generation overhead 2012-07-12 19:54:54 +02:00
upnp - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
utils
visualization collection of speed and memory saving hacks 2012-07-13 21:15:38 +02:00
dbtest.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
migration.java
yacy.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
YaCySearchClient.java made class methods static where possible 2012-07-05 12:38:41 +02:00