mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-02 12:11:40 +00:00
![]() 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 |