CMD + K

crc32c

Community

A python package exposing the Intel SSE4.2 CRC32C instruction

Installation

To install this package, run one of the following:

Conda
$conda install anaconda-python-gte-3.10::crc32c

Usage Tracking

2.7.1
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

This package implements the crc32c checksum algorithm. It automatically chooses between a hardware-based implementation (using the CRC32C SSE 4.2 instruction of Intel CPUs, and the crc32* instructions on ARMv8 CPUs), or a software-based one when no hardware support can be found.

About

Summary

A python package exposing the Intel SSE4.2 CRC32C instruction

Last Updated

Mar 31, 2025 at 21:10

License

LGPL-2.1-or-later

Total Downloads

0

Version Downloads

0

Supported Platforms

linux-64