You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-core
Pascal Kuthe 7cf448eb5b use partition_point instead of binary_search_by
Using `partition_point` ensures we always find the first entry.
With binary search it is "random" (deterministic but implementation
specific) which index is retruned if there are multiple equal elements.
`partition_point` was added to the standard library to cover extactly
the usecase here.
1 year ago
..
src use partition_point instead of binary_search_by 1 year ago
tests Test indentation level calculation (#6281) 1 year ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387) 1 year ago