mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-06 12:09:12 +00:00
d628a2f48b
- Import AHashMap in metacache.rs - Fix metacache_entry_with_mod_time to use AHashMap - Fix metacache_entry_with_erasure_versions to use AHashMap - Fix metacache_entry_single_version to use AHashMap - Fix make_file_info_with_metadata to convert HashMap to AHashMap - Fix object_part_info_strategy to use AHashMap for checksums - Fix file_info_strategy to use AHashMap for metadata - Fix legacy_version_body_round_trips_through_encode to use AHashMap All 260 tests pass. AHashMap adaptation complete. Refs: https://github.com/rustfs/backlog/issues/2005 Co-Authored-By: heihutu <heihutu@gmail.com>