magro / kryo-serializers

More kryo serializers
Apache License 2.0
381 stars 120 forks source link

Handle BitSet serialization using long arrays #111

Closed jessepav closed 5 years ago

jessepav commented 5 years ago

For any bitset with more than 8 bits, using longs to serialize the BitSet will be more space efficient. In either case, the BitSet operations using long arrays is faster.

jessepav commented 5 years ago

Ay, this doesn't work with Kryo v5 apparently, so I'll close the pull request.