thephoeron / bit-smasher

Common Lisp library for handling bit vectors, bit vector arithmetic, and type conversions.

Home Page:https://thephoeron.github.io/bit-smasher/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-implement binary arithmetic with `bit-ops` library

thephoeron opened this issue · comments

Both performance and accuracy can be significantly improved by re-implementing the binary arithmetic algorithms directly using the new bit-ops library. This will also make it easier to work with signed integers, and other arbitrary binary structures, encoded as bit-vectors.

CC: @guicho271828