Skip to content

crc16speed.c #6

@XRay3D

Description

@XRay3D
static uint16_t crc16_table_little[8][256] = {{0}};
static uint16_t crc16_table_big[8][256] = {{0}};

Я бы хранил уже посчитанные

static constexpr uint16_t crc16_table_little[][256]{
    {...},
};
static constexpr uint16_t crc16_table_big[][256]{
    {...},
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions