bitboard: clarify benchmark stats
This commit is contained in:
parent
5499628be0
commit
9854067ca7
@ -4,7 +4,7 @@ use static_assertions::const_assert;
|
|||||||
// quick explanation for the dual-nature of [`BitBoard`]
|
// quick explanation for the dual-nature of [`BitBoard`]
|
||||||
// There's both a `bitvec` impl (which is variable length)
|
// There's both a `bitvec` impl (which is variable length)
|
||||||
// and a `native` impl which uses a u64 as the backing type
|
// and a `native` impl which uses a u64 as the backing type
|
||||||
// the `native` impl is ~15% faster (in non-BitBoard specific benchmarks)
|
// the `native` impl is ~15-25% faster (in non-BitBoard specific benchmarks)
|
||||||
// `bitvec` is only really useful if you're using esoteric board sizes
|
// `bitvec` is only really useful if you're using esoteric board sizes
|
||||||
|
|
||||||
#[cfg(feature = "bitvec")]
|
#[cfg(feature = "bitvec")]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user