some microtuning
This commit is contained in:
parent
d963814d78
commit
2213d4f7fc
9 changed files with 278 additions and 149 deletions
|
|
@ -161,7 +161,7 @@ public abstract class BExpressionContext implements IByteArrayUnifier
|
|||
|
||||
if ( nonNullTags == 0) return null;
|
||||
|
||||
int len = ctx.getEncodedLength();
|
||||
int len = ctx.closeAndGetEncodedLength();
|
||||
byte[] ab = new byte[len];
|
||||
System.arraycopy( abBuf, 0, ab, 0, len );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue