Knowledge of C programmingFamiliarity with tarantool internalsUnderstanding of CRC algorithmsAbility to compile tarantool
新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
40
研究方向
Explore the existing digest module implementation in the Tarantool source code, likely in `src/lib/core/digest.c`. Understand the pattern used for existing hash functions like CRC32. Implement CRC8 and CRC16 following that pattern. Ensure proper integration with the Lua API if needed. Consider performance and compliance with standard CRC algorithms.