Commits


Joel Turkel authored and GitHub committed b7d50272916
AVRO-2984: Optimize Ruby DatumWriter memory consumption (#1014) This optimizes Ruby datum writing by avoiding an unnecessary hash allocation for constant validation options and avoids an unnecessary array allocation for success datum validation results. These optimizations are on the hot path for writing messages.