This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git.
from 5978d6f Bump netty-bom from 4.1.67.Final to 4.1.68.Final in /lang/java
add 914a6f2 1. Fix memory leak by not calling .Dispose 2. Make memory
efficiency fixes, by reducing unnecessary allocations
add 4a9f987 Optimize memory allocations #1302 Merge meni-braun:master
No new revisions were added by this update.
Summary of changes:
lang/csharp/src/apache/main/File/Codec.cs | 9 +++++++++
lang/csharp/src/apache/main/File/DataFileWriter.cs | 12 +++++++-----
lang/csharp/src/apache/main/File/DeflateCodec.cs | 13 +++++++++++++
lang/csharp/src/apache/main/File/NullCodec.cs | 9 +++++++++
lang/csharp/src/apache/main/IO/BinaryEncoder.cs | 17 +++++++++++++++++
lang/csharp/src/apache/main/IO/Encoder.cs | 9 +++++++++
lang/csharp/src/apache/main/Schema/SchemaName.cs | 1 -
7 files changed, 64 insertions(+), 6 deletions(-)