Conversation
|
Do we know what the tradeoffs between |
|
Thanks @recrack! |
|
@brson: If we do get a nice B-tree implementation, it would likely make sense to replace this red-black tree implementation with it but the API would remain the same. |
|
@recrack Can you remove the second commit that ignores the memory map test? I'm not sure what's happening on your machine but the bots aren't seeing that error. |
|
@thestinger Thanks. |
|
Thanks @brson @thestinger |
|
The failure is genuine: when running tests, only that crate will be built with |
|
Closing due to inactivity, but feel free to reopen with updates! |
fix [`cast_possible_truncation`] offering wrong suggestion for casting float to integer fixes: rust-lang#10366 --- changelog: [`cast_possible_truncation`] Fix incorrect suggestions when casting from float types or to `_`
#10275
Thanks to @brson