proxmox/proxmox-api-macro
Dominik Csapak 3458d3fa69 api-macro: replace ident hashmap with simple find
after benchmarking (again), i found that doing a simple find instead
of saving the inidices for the ident strings in a hashmap has
no real performance impact (the max list size for the properties
are max ~25 at the moment, so this should not be impacting compile
times much) but it is much simpler

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-09-19 06:28:36 +02:00
..
debian bump proxmox-api-macro version to 0.2.1-1 2020-09-17 08:26:25 +02:00
src api-macro: replace ident hashmap with simple find 2020-09-19 06:28:36 +02:00
tests api-macro: formatting fixups 2020-07-16 14:13:14 +02:00
Cargo.toml bump proxmox-api-macro version to 0.2.1-1 2020-09-17 08:26:25 +02:00