forked from proxmox-mirrors/proxmox
the 'properties_' list is sorted by the the literal string of a fieldname, but we binary-search for the 'ident_str' (which may be different, since we map '-' to '_' for example) by creating a hashmap to map from ident to index, we can do a simple lookup in that case that will work benchmarks showed no measurable performance difference Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> |
||
|---|---|---|
| .. | ||
| debian | ||
| src | ||
| tests | ||
| Cargo.toml | ||