array-maps 应该用于非常小的map (16 keys right now)因为查找和“修改”性能优于相同大小的哈希映射: (def arraymap (array-map :f 1 :g 2 :h 4 :y 5 :w 4)) (def ...
確定! 回上一頁