Hi,
Implemented the BZip2, LZ4 and LZ4HC services along with tests, as per original project schedule.
This means that all services have been implemented (🎉), although some of them need review and fine-tuning, as documented in the table below.
Here is the current state of all services:
\ | BZip2 | LZ4 | LZ4HC | LZMA | LZO | Snappy | ZStandard |
---|---|---|---|---|---|---|---|
Connect | * | ||||||
InnoDB | Y | Y | Y | Y | Y | ||
Mroonga | Y | Y | |||||
RocksDB | * | ? | ? | Y | ? |
Y
→ Service is confirmed working, and tests are written.*
→ Service is working, but needs tweaking or additional tests.?
→ Service is implemented, but it might not be worth the additional complexity.
Work on the final report for GSoC.
Made a list of LZ4 and ZStandard versions on all supported platforms.
RocksDB uses different sets of functions depending on the compile-time version of the library available, so this will allow us to make a more informed choice of the minimum version number.
Finish writing the HOWTO file.
Thanks,
Kartik