Skip to content

A ~2x faster drop-in replacement for eth_utils.to_checksum_address, with the most cpu-intensive part implemented in C.

License

Notifications You must be signed in to change notification settings

antazoey/cchecksum

 
 

Repository files navigation

CChecksum

PyPI Monthly Downloads

CChecksum is a ~8x faster drop-in replacement for eth_utils.to_checksum_address, with the most cpu-intensive part implemented in C.

It keeps the exact same API as the existing implementation, exceptions and all.

Just pip install cchecksum, drop it in, and run your script with a substantial speed improvement.

image

About

A ~2x faster drop-in replacement for eth_utils.to_checksum_address, with the most cpu-intensive part implemented in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cython 56.7%
  • Python 42.6%
  • Makefile 0.7%