Finn Bear

Results 246 comments of Finn Bear

Hello, thanks for pointing this out. The code was intentionally unsound for a considerable increase to the performance of encoding `Vec` and `ArrayVec` (see #51 for a few benchmarks). We...

Thanks for the issue! ~~I suggest the following workaround: Replace all `_` or `-` with the space character before filtering.~~ Edit: I see you already thought of this! Please let...

> requires calculating a histogram Perhaps an exception can be made for C-style enums, i.e. those that lack fields in their variants, which don't need a histogram.

> Has been any progress on supporting u16 C-style enums? No, we're not currently working on it.

Hi @jstrong-lhava; thanks for your comment! This provides motivation for supporting C-style enums with more than 256 variants. Unfortunately, there is no escape hatch other than `#[bitcode(skip)]` on any un-encodable...

This might relate to #617 (although, at the time of writing, I thought `refit_and_rebalance` was `true` at least once per `step`)