xichen2020 / eventdb

Storage for discrete events such as log events or tracing events
Apache License 2.0
9 stars 1 forks source link

Use int encoder for string lengths. #87

Open notbdu opened 5 years ago

notbdu commented 5 years ago

Use int encoder to encode string lengths to further compress string data.

Also fixes conditional bug inside of ArrayBasedIntIterator.