clp
clp copied to clipboard
Compressed Log Processor (CLP) is a free log management tool capable of compressing text logs and searching the compressed logs without decompression.
# Description To be written # Validation performed Verified that test cases still pass after necessary non-functional modifications.
# Description When developing / testing certain components which provide a live reload debug server, other CLP components also need to be started for functionality verifications. Previously, developers have been...
### Request Why can't we fix the template during compression and then compress according to the template, this will improve the efficiency of compression and decompression of CLP. For example,...
# Description ## Problem Statement In the current CLP core, we use a generic enum defined in `clp/ErrorCode.hpp` as our error code machism. We've been seeing problems of this design...