Skip to content

A faster fork of hexbytes: Python `bytes` subclass that decodes hex, with a readable console output. Implemented in C.

License

Notifications You must be signed in to change notification settings

BobTheBuidler/faster-hexbytes

 
 

Repository files navigation

I forked hexbytes and compiled it to C. It does the same stuff, now faster

PyPI Monthly Downloads Codspeed.io Status

This fork will be kept up-to-date with hexbytes. I will pull updates as they are released and push new faster-hexbytes releases to PyPI.
You can find the compiled C code on faster-hexbytes master branch.
We benchmark faster-hexbytes against the original hexbytes for your convenience. See results.
The original hexbytes readme is below:

HexBytes

Join the conversation on Discord Build Status PyPI version Python versions Docs build

Python bytes subclass that decodes hex, with a readable console output

Read the documentation.

View the change log.

Installation

python -m pip install hexbytes

About

A faster fork of hexbytes: Python `bytes` subclass that decodes hex, with a readable console output. Implemented in C.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 79.0%
  • Python 18.9%
  • Makefile 1.8%
  • Shell 0.3%