You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Patrick Hunt <ph...@apache.org> on 2010/04/29 20:46:44 UTC

Interesting Avro/Thrift JIRA re utf8 performance

We also suffer from Java's poor string conversion performance (ser/deser 
of znode paths in the marshalling code), we should take advantage of 
this as well:

https://issues.apache.org/jira/browse/AVRO-532

"I did perform a micro-benchmark of string encoding and decoding, which 
showed the new methods take about half as long"

https://issues.apache.org/jira/browse/ZOOKEEPER-760

Patrick