mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
CRC32 table is generated at compile-time and put into a static variable in the header file. This can be moved to be a function instead of a class, be moved to the `.cpp` file` and generated as an array instead of a class which only implements `operator[]`.
901 B
901 B