mirror of
https://github.com/wader/fq.git
synced 2024-11-25 23:13:19 +03:00
2f5f183106
decode unfragmented .log files: - break leveldb_log.go into leveldb_log_blocks.go and leveldb_log.go; the former is used by both .MANIFEST (descriptor) and .LOG. - in leveldb_log, introduce readBatch that decodes further fix UTF8 decoding: - introduce fieldUTF8ReturnBytes and stringify to handle multi-byte UTF8-encodings correctly.
366 B
366 B
Limitations
- fragmented non-"full" records are not merged and decoded further.
Authors
- @mikez, original author