Commit Graph

6 Commits (d4291ac1f341d5ca1d863c62e2643198fcff3f80)

Author SHA1 Message Date
Michael Peter Christen 96aeb127e3 generalized localhost naming.
13 years ago
Roland 'Quix0r' Haeder a093ccf5eb Now used synchronization in all close() methods to make sure all objects
13 years ago
orbiter 4bea3f9714 hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources:
14 years ago
orbiter 4c013d9088 more UTF8 getBytes() performance hacks
14 years ago
orbiter cb1f49d0f2 replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'.
14 years ago
low012 025e3f4790 *) renamed classes according to standard Java coding conventions
14 years ago