Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 503 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 503 Bytes

gvi

A Java implementation of group varint encoding.

About equivalent in speed to non-grouped encoding (as implemented by Avro 1.4.1)

Recent Results

bin/caliper net.hoodidge.gvi.GroupVarIntBenchmark

        benchmark  us linear runtime
       AvroEncode 322 ==============================
       AvroDecode 114 ==========
GroupVarIntEncode 112 ==========
GroupVarIntDecode 139 ============

Building

sbt