lightclient / bonsai

A lightweight library for perfect binary tree arithmetic.
Apache License 2.0
5 stars 4 forks source link

Replace local impl of `next_power_of_two` with builtin version #4

Open lightclient opened 4 years ago

lightclient commented 4 years ago

I just realized rust has this built in :')

lightclient commented 4 years ago

This was been addressed on the remove-power-of-two-logic branch, but merging is blocked on https://github.com/rust-lang/rust/issues/57563.